| Index: LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document.html
|
| diff --git a/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document.html b/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document.html
|
| deleted file mode 100644
|
| index 3a1a538f03b999ef4b6d484c4f2483b90126f346..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<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>
|
|
|