summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_004.htm
blob: 02960d0786eba5f8e4276a594676910181081486 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
    <title>object tag</title>
</head>
<body>
    <object width="400" height="600" data="sandbox.pdf">
    </object>
</body>
</html>