blob: 64e78dda1039b7772cd97332d456a9146e87f2f3 [file] [log] [blame]
mkwst@chromium.org04b67ee2012-11-15 13:04:54 +00001<html>
2<head>
3<script>
4if (window.testRunner) {
5 testRunner.dumpAsText();
6}
7</script>
8</head>
9
10<body>
11<p>Test that an iframe with invalid sandbox flags generates a relevant warning.</p>
12
13<iframe id="theFrame" sandbox="allowScripts"></iframe>
14<iframe id="theFrame2" sandbox="allowScripts allowSameOrigin allowFoobarbloop"></iframe>
15
16</body>
17</html>