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