summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/document-write-onload-nesting.html
blob: 3b5578013adb2486721d62c33369177ed734d37a (plain)
1
2
3
4
5
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
<iframe onload="document.write('<p>PASS<iframe onload=&quot;document.write(\'<p>\')&quot;></iframe>'); document.close();"></iframe>