blob: 0948fad7b3c5506e453aa51bd0c3dd266c57806d [file] [log] [blame]
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var ifrm = document.createElement("iframe");
ifrm.srcdoc = "PASS";
ifrm.src = "data:text/html,<script>alert(/FAIL/);<\/script>";
document.body.appendChild(ifrm);
</script>
This test passes if it doesn't alert FAIL.