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

Unified Diff: LayoutTests/fast/dom/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/set-frame-src-while-running-script-in-frame.html
diff --git a/LayoutTests/fast/dom/set-frame-src-while-running-script-in-frame.html b/LayoutTests/fast/dom/set-frame-src-while-running-script-in-frame.html
deleted file mode 100644
index 3d10755f21a55c1173a8887f5be1586dd6411f4b..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/set-frame-src-while-running-script-in-frame.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-<script>
- if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
- }
-</script>
-<iframe src="resources/set-frame-src-while-running-script-in-frame.html"></iframe>
-<body>
-<p>This tests that a frame can set its src to "about:blank" while running inside a &lt;script&gt; without an assertion failing.</p>
-<p>SUCCESS - Didn't crash!</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698