haikuwebkit/LayoutTests/fast/parser/document-write-onload-clear...

6 lines
254 B
HTML

<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<iframe onload="document.write('<p>FAIL<iframe onload=&quot;document.write(\'<p>\')&quot;></iframe><script>document.body.innerHTML = \'PASS\';</script>');document.close();"></iframe>