chromium/third_party/blink/web_tests/http/tests/xmlhttprequest/detaching-frame.html

<body>
<p>Test that removing an IFRAME from an XMLHttpRequest finished callback does not cause a crash.</p>
<iframe src="resources/detached-frame.html"></iframe>
<script>
    if (window.testRunner) {
        testRunner.dumpAsText();
        testRunner.waitUntilDone();
    }
</script>
</body>