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

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
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"
haraken 2014/05/29 05:50:39 This test is testing the following things. (1) f.
-</script>
-</html>

Powered by Google App Engine
This is Rietveld 408576698