blob: 6bbac6d9ac5de7003166e0f1556c4be7f4efacba [file] [log] [blame]
abarth@webkit.org629b9e02011-11-06 21:31:45 +00001<script>
rniwa@webkit.orgfc377222012-06-13 09:19:30 +00002if (window.testRunner)
3 testRunner.dumpAsText();
abarth@webkit.org629b9e02011-11-06 21:31:45 +00004</script>
mkwst@chromium.orga9bf73d2012-10-31 23:41:27 +00005<meta http-equiv="Content-Security-Policy" content="sandbox allow-scripts">
abarth@webkit.org629b9e02011-11-06 21:31:45 +00006This test passes if it does alert pass.
7<iframe src="data:text/html,<script>alert('PASS');</script>"></iframe>