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

Side by Side Diff: LayoutTests/fast/events/page-visibility-transition-test-expected.txt

Issue 7121007: Merge 88174 - 2011-06-06 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 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.webkitHidden is false 7 PASS document.webkitHidden is false
8 PASS document.webkitVisibilityState is "hidden" 8 PASS document.webkitVisibilityState is "hidden"
9 PASS document.webkitHidden is true 9 PASS document.webkitHidden is true
10 PASS document.webkitVisibilityState is "hidden" 10 PASS document.webkitVisibilityState is "hidden"
11 PASS document.webkitHidden is true 11 PASS document.webkitHidden is true
12 PASS document.webkitVisibilityState is "prerender"
13 PASS document.webkitHidden is true
12 PASS document.webkitVisibilityState is "visible" 14 PASS document.webkitVisibilityState is "visible"
13 PASS document.webkitHidden is false 15 PASS document.webkitHidden is false
14 PASS successfullyParsed is true 16 PASS successfullyParsed is true
15 17
16 TEST COMPLETE 18 TEST COMPLETE
17 19
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/page-visibility-transition-test.html ('k') | Source/WebCore/page/PageVisibilityState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698