blob: cd44f4a504934f76f6aa55a75b38ef8c791273c3 [file] [log] [blame]
<html>
<body>
PASS
<script>
if (window.testRunner)
testRunner.dumpAsText();
window.scriptDidReallyRun = false;
var script = document.createElement("script");
script.src = "data:text/javascript,document.write('FAIL');document.close();" +
"window.scriptDidReally = true;";
document.body.appendChild(script);
</script>
<script src="resources/script-slow1.pl"></script>
<script>
if (!window.scriptDidReallyRun)
alert("FAIL! The script didn't really run. :(");
<script>
</body>
</html>