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

Side by Side 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, 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 <html>
2 <script>
3 if (window.testRunner) {
4 testRunner.dumpAsText();
5 testRunner.waitUntilDone();
6 }
7 </script>
8 <iframe src="resources/set-frame-src-while-running-script-in-frame.html"></ifram e>
haraken 2014/05/29 05:50:39 I'm removing this test for the same reason as set-
9 <body>
10 <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>
11 <p>SUCCESS - Didn't crash!</p>
12 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698