blob: 3a1a538f03b999ef4b6d484c4f2483b90126f346 [file] [log] [blame]
<p>Text for <a href="https://bugs.webkit.org/show_bug.cgi?id=25290">bug 25290</a>:
Crash when constructing XMLHttpRequest in a detached document.</p>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function pass()
{
document.getElementById("result").innerHTML = "PASS";
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<div id="result">FAIL: Script did not run</div>
<iframe src="resources/xmlhttprequest-constructor-in-detached-document-frame.html"></iframe>