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

Side by Side Diff: LayoutTests/fast/events/resources/conclude-test-in-parent.html

Issue 240343002: Track event handlers on windows (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed assertions not to go through the document. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html>
1 <html> 2 <html>
2 <body onload="window.opener.concludeTest()"> 3 <body onload="window.opener.concludeTest()">
3 Opened Window 4 Opened Window
4 </body> 5 </body>
5 </html> 6 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698