haikuwebkit/LayoutTests/fast/frames/sandboxed-iframe-attribute-...

13 lines
273 B
HTML

<!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>