summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_004.htm
blob: 661afb09437b6101158e681390781fc6416afbbd (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
    <title>object tag</title>
</head>
<body>
    <object type="application/pdf" width="600" height="600" data="sandbox.pdf">
        Fallback content
    </object>
</body>
</html>