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

Side by Side 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, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698