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

Side by Side 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, 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
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <script>
3 var f = parent.document.getElementsByTagName('iframe')[0]
4 f.onload = function() { if (window.testRunner) testRunner.notifyDone(); }
5 f.src="about:blank"
6 </script>
7 </html>
OLDNEW
« 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