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

Side by Side 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, 6 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 This test checks that an iframe that moves between pages with different visibili ty will have the correct visibility value. 1 This test checks that an iframe that moves between pages with different visibili ty will have the correct visibility value.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Window 1 Loaded 6 Window 1 Loaded
7 Window 2 Loaded 7 Window 2 Loaded
8 PASS window.document.webkitIsVisible is true 8 PASS window.document.webkitHidden is false
9 PASS window2.document.webkitIsVisible is true 9 PASS window2.document.webkitHidden is false
10 PASS iframe.contentDocument.webkitIsVisible is true 10 PASS iframe.contentDocument.webkitHidden is false
11 PASS window.document.webkitIsVisible is false 11 PASS window.document.webkitHidden is true
12 PASS window2.document.webkitIsVisible is true 12 PASS window2.document.webkitHidden is false
13 PASS iframe.contentDocument.webkitIsVisible is true 13 PASS iframe.contentDocument.webkitHidden is false
14 Adopted iframe to Window 1 14 Adopted iframe to Window 1
15 PASS window.document.webkitIsVisible is false 15 PASS window.document.webkitHidden is true
16 PASS window2.document.webkitIsVisible is true 16 PASS window2.document.webkitHidden is false
17 PASS iframe.contentDocument.webkitIsVisible is false 17 PASS iframe.contentDocument.webkitHidden is true
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698