haikuwebkit/LayoutTests/fast/frames/sandboxed-iframe-noscript.html

16 lines
250 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
}
</script>
</head>
<body>
<iframe sandbox src="data:text/html,<noscript>PASS</noscript>">
</iframe>
</body>
</html>