chromium/third_party/blink/web_tests/fast/parser/document-close-iframe-load.html

<script>
if (window.testRunner)
    testRunner.dumpAsText();
alert('PASS (just to make expected.txt non-empty)');
</script>
This test passes if it doesn't crash.
<iframe onload="document.open();document.close();" >