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

14 lines
302 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src='resources/sandboxed-iframe-attribute-test.js'></script>
</head>
<body>
<p>Mixed case</p>
<iframe sandbox="AlLoW-sCrIpTs allow-same-origin"
src="resources/sandboxed-iframe-attribute-parsing-allowed.html">
</iframe>
</body>
</html>