abarth@webkit.org | 629b9e0 | 2011-11-06 21:31:45 +0000 | [diff] [blame] | 1 | <script> |
rniwa@webkit.org | fc37722 | 2012-06-13 09:19:30 +0000 | [diff] [blame] | 2 | if (window.testRunner) |
| 3 | testRunner.dumpAsText(); |
abarth@webkit.org | 629b9e0 | 2011-11-06 21:31:45 +0000 | [diff] [blame] | 4 | </script> |
mkwst@chromium.org | a9bf73d | 2012-10-31 23:41:27 +0000 | [diff] [blame^] | 5 | <meta http-equiv="Content-Security-Policy" content="sandbox allow-scripts"> |
abarth@webkit.org | 629b9e0 | 2011-11-06 21:31:45 +0000 | [diff] [blame] | 6 | This test passes if it does alert pass. |
| 7 | <iframe src="data:text/html,<script>alert('PASS');</script>"></iframe> |