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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-delete-test.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-unload.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-delete-test.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-delete-test.html b/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-delete-test.html
index 335b243e4811a28d0151f7b5a2d5401981d4c411..ca368c74738f275cff74e1d4e0641a840e0734dc 100644
--- a/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-delete-test.html
+++ b/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-delete-test.html
@@ -68,7 +68,7 @@ function onFrame2VisibilityChange() {
<iframe id="topFrame1" onload="startTest()" ></iframe>
<iframe id="topFrame2" onload="startTest()" ></iframe>
-<iframe id="topFrame3" onload="startTest()" src="resources/page-visibility-iframe-delete-test-frame.html"></iframe>
+<iframe id="topFrame3" onload="startTest()" src="resources/page-visibility-iframe-with-subframes.html"></iframe>
<iframe id="topFrame4" onload="startTest()" ></iframe>
</body>
</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-unload.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698