blob: 03d5a80b93f8b249d6cabad02c15a2d99d62ba0b [file] [log] [blame]
<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>