<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> |