Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
frames
/
sandboxed-iframe-attribute-parsing-14.html
blob: 947fc38c3928c7b477a9aaeb359afe7215454e50 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script
src
=
'resources/sandboxed-iframe-attribute-test.js'
></script>
</head>
<body>
<p>
Full sandbox.
</p>
<iframe
sandbox
src
=
"resources/sandboxed-iframe-attribute-parsing-disallowed.html"
>
</iframe>
</body>
</html>