haikuwebkit/LayoutTests/fast/frames/document-write-in-iframe-on...

7 lines
155 B
HTML

<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
FAIL
<iframe onload="document.write('<p>PASS (1 of 2)<p>PASS (2 of 2)');"></iframe>