chromium/third_party/blink/web_tests/fast/parser/document-write-onload-nesting.html

<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
<iframe onload="document.write('<p>PASS<iframe onload=&quot;document.write(\'<p>\')&quot;></iframe>'); document.close();"></iframe>