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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/resources/page-visibility-iframe-delete-test-frame.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
Index: third_party/WebKit/LayoutTests/fast/events/resources/page-visibility-iframe-delete-test-frame.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/resources/page-visibility-iframe-delete-test-frame.html b/third_party/WebKit/LayoutTests/fast/events/resources/page-visibility-iframe-delete-test-frame.html
deleted file mode 100644
index febb954369995bc184156d631d72d18eb3051147..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/events/resources/page-visibility-iframe-delete-test-frame.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-<body onload="parent.startTest()">
-<iframe id="subIframe1" onload="parent.parent.startTest()"></iframe>
-<iframe id="subIframe2" onload="parent.parent.startTest()"></iframe>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698