summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/frames/document-write-in-iframe-onload-3.html
blob: c01cd9617a769a5ba479e972db225aaef165a3c2 (plain)
1
2
3
4
5
6
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
FAIL
<iframe onload="document.write('<p>PASS (1 of 2)<p>PASS (2 of 2)'); document.close();"></iframe>