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