Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / document-close-nested-iframe-load.html
blob5d61016d055a5acac3ec63e821aa57440a71b2f8
1 <script>
2 if (window.testRunner) {
3 testRunner.dumpAsText();
4 testRunner.waitUntilDone();
6 </script>
7 FAIL
8 <iframe onload="document.open(); document.close(); document.write('<iframe onload=\'document.open();document.close();document.write(/PASS/); document.close(); if (window.testRunner) testRunner.notifyDone();\'>')"></iframe>