blob: 64e78dda1039b7772cd97332d456a9146e87f2f3 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
</script>
</head>
<body>
<p>Test that an iframe with invalid sandbox flags generates a relevant warning.</p>
<iframe id="theFrame" sandbox="allowScripts"></iframe>
<iframe id="theFrame2" sandbox="allowScripts allowSameOrigin allowFoobarbloop"></iframe>
</body>
</html>