haikuwebkit/LayoutTests/fast/parser/document-close-nested-ifram...

7 lines
230 B
HTML

<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
FAIL
<iframe onload="document.open(); document.close(); document.write('<iframe onload=document.open();document.close();document.write(/PASS/); >')"></iframe>