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

Unified Diff: LayoutTests/fast/dom/resources/set-frame-src-while-running-script-in-frame.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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/resources/xmlhttprequest-constructor-in-detached-document-frame.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/resources/set-frame-src-while-running-script-in-frame.html
diff --git a/LayoutTests/fast/dom/resources/set-frame-src-while-running-script-in-frame.html b/LayoutTests/fast/dom/resources/set-frame-src-while-running-script-in-frame.html
deleted file mode 100644
index f6ab2440f5cbe27611cc5b7d5de784548a415900..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/resources/set-frame-src-while-running-script-in-frame.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-<script>
-var f = parent.document.getElementsByTagName('iframe')[0]
-f.onload = function() { if (window.testRunner) testRunner.notifyDone(); }
-f.src="about:blank"
-</script>
-</html>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/resources/xmlhttprequest-constructor-in-detached-document-frame.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698