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

Side by Side Diff: LayoutTests/fast/events/page-visibility-transition-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
« no previous file with comments | « LayoutTests/fast/events/page-visibility-transition-test.html ('k') | Source/WebCore/ChangeLog » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This test checks that Page Visibility state values are correct and the event cha nges are fired correctly. 1 This test checks that Page Visibility state values are correct and the event cha nges are fired correctly.
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 PASS document.webkitVisibilityState is "visible" 6 PASS document.webkitVisibilityState is "visible"
7 PASS document.webkitIsVisible is true 7 PASS document.webkitHidden is false
8 PASS document.webkitVisibilityState is "hidden" 8 PASS document.webkitVisibilityState is "hidden"
9 PASS document.webkitIsVisible is false 9 PASS document.webkitHidden is true
10 PASS document.webkitVisibilityState is "hidden" 10 PASS document.webkitVisibilityState is "hidden"
11 PASS document.webkitIsVisible is false 11 PASS document.webkitHidden is true
12 PASS document.webkitVisibilityState is "visible" 12 PASS document.webkitVisibilityState is "visible"
13 PASS document.webkitIsVisible is true 13 PASS document.webkitHidden is false
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/page-visibility-transition-test.html ('k') | Source/WebCore/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698