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

Unified Diff: LayoutTests/fast/events/page-visibility-iframe-move-test-expected.txt

Issue 7065057: Merge 87802 - 2011-06-01 Shishir Agrawal <shishir@chromium.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/page-visibility-iframe-move-test-expected.txt
===================================================================
--- LayoutTests/fast/events/page-visibility-iframe-move-test-expected.txt (revision 88002)
+++ LayoutTests/fast/events/page-visibility-iframe-move-test-expected.txt (working copy)
@@ -5,16 +5,16 @@
Window 1 Loaded
Window 2 Loaded
-PASS window.document.webkitIsVisible is true
-PASS window2.document.webkitIsVisible is true
-PASS iframe.contentDocument.webkitIsVisible is true
-PASS window.document.webkitIsVisible is false
-PASS window2.document.webkitIsVisible is true
-PASS iframe.contentDocument.webkitIsVisible is true
+PASS window.document.webkitHidden is false
+PASS window2.document.webkitHidden is false
+PASS iframe.contentDocument.webkitHidden is false
+PASS window.document.webkitHidden is true
+PASS window2.document.webkitHidden is false
+PASS iframe.contentDocument.webkitHidden is false
Adopted iframe to Window 1
-PASS window.document.webkitIsVisible is false
-PASS window2.document.webkitIsVisible is true
-PASS iframe.contentDocument.webkitIsVisible is false
+PASS window.document.webkitHidden is true
+PASS window2.document.webkitHidden is false
+PASS iframe.contentDocument.webkitHidden is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698