mkwst@chromium.org | 04b67ee | 2012-11-15 13:04:54 +0000 | [diff] [blame] | 1 | <html> |
2 | <head> | ||||
3 | <script> | ||||
4 | if (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> |