| OLD | NEW |
| (Empty) |
| 1 <p>Text for <a href="https://bugs.webkit.org/show_bug.cgi?id=25290">bug 25290</
a>: | |
| 2 Crash when constructing XMLHttpRequest in a detached document.</p> | |
| 3 <script> | |
| 4 if (window.testRunner) { | |
| 5 testRunner.dumpAsText(); | |
| 6 testRunner.waitUntilDone(); | |
| 7 } | |
| 8 | |
| 9 function pass() | |
| 10 { | |
| 11 document.getElementById("result").innerHTML = "PASS"; | |
| 12 if (window.testRunner) | |
| 13 testRunner.notifyDone(); | |
| 14 } | |
| 15 </script> | |
| 16 <div id="result">FAIL: Script did not run</div> | |
| 17 <iframe src="resources/xmlhttprequest-constructor-in-detached-document-frame.htm
l"></iframe> | |
| OLD | NEW |