Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document.html

Issue 293053007: V8AbstractEventListener should hold a ScriptState (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « LayoutTests/fast/dom/set-frame-src-while-running-script-in-frame.html ('k') | Source/bindings/scripts/v8_attributes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698