chromium/third_party/blink/web_tests/fast/events/onloadFrameCrash.html

<script>
if (window.testRunner) {
    testRunner.dumpAsText();
    testRunner.dumpChildFrames();
}
</script>
<!-- This test PASSED if we don't crash. -->
<body onload="document.body.style.display = 'none'"><iframe src="_self"></iframe>This is the text</body>