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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/resources/page-visibility-iframe-with-subframes.html

Issue 1778753003: Fire visibilitychange event on unload (behind the flag) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 4 years, 9 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
OLDNEW
1 <html> 1 <html>
2 <body onload="parent.startTest()"> 2 <body onload="parent.startTest()">
3 <iframe id="subIframe1" onload="parent.parent.startTest()"></iframe> 3 <iframe id="subIframe1" onload="parent.parent.startTest()"></iframe>
4 <iframe id="subIframe2" onload="parent.parent.startTest()"></iframe> 4 <iframe id="subIframe2" onload="parent.parent.startTest()"></iframe>
5 </body> 5 </body>
6 </html> 6 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698