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

Side by Side Diff: LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt

Issue 1084923002: Wake Lock API implementation (Blink part) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
2 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 2 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
3 Tests access of cached DOMWindow properties after the associated frame is naviga ted. Test should not crash and properties should be set to sane defaults. 3 Tests access of cached DOMWindow properties after the associated frame is naviga ted. Test should not crash and properties should be set to sane defaults.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 PASS window.cached_applicationCache.oncached is null 8 PASS window.cached_applicationCache.oncached is null
9 PASS window.cached_applicationCache.onchecking is null 9 PASS window.cached_applicationCache.onchecking is null
10 PASS window.cached_applicationCache.ondownloading is null 10 PASS window.cached_applicationCache.ondownloading is null
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 PASS window.cached_performance_timing.secureConnectionStart is 0 77 PASS window.cached_performance_timing.secureConnectionStart is 0
78 PASS window.cached_performance_timing.unloadEventEnd is 0 78 PASS window.cached_performance_timing.unloadEventEnd is 0
79 PASS window.cached_performance_timing.unloadEventStart is 0 79 PASS window.cached_performance_timing.unloadEventStart is 0
80 PASS window.cached_personalbar.visible is false 80 PASS window.cached_personalbar.visible is false
81 PASS window.cached_screen.availHeight is 0 81 PASS window.cached_screen.availHeight is 0
82 PASS window.cached_screen.availLeft is 0 82 PASS window.cached_screen.availLeft is 0
83 PASS window.cached_screen.availTop is 0 83 PASS window.cached_screen.availTop is 0
84 PASS window.cached_screen.availWidth is 0 84 PASS window.cached_screen.availWidth is 0
85 PASS window.cached_screen.colorDepth is 0 85 PASS window.cached_screen.colorDepth is 0
86 PASS window.cached_screen.height is 0 86 PASS window.cached_screen.height is 0
87 PASS window.cached_screen.keepAwake is false
87 PASS window.cached_screen.pixelDepth is 0 88 PASS window.cached_screen.pixelDepth is 0
88 PASS window.cached_screen.width is 0 89 PASS window.cached_screen.width is 0
89 PASS window.cached_screen_orientation.angle is 0 90 PASS window.cached_screen_orientation.angle is 0
90 PASS window.cached_screen_orientation.onchange is null 91 PASS window.cached_screen_orientation.onchange is null
91 FAIL window.cached_screen_orientation.type should be . Was portrait-primary. 92 FAIL window.cached_screen_orientation.type should be . Was portrait-primary.
92 PASS window.cached_scrollbars.visible is false 93 PASS window.cached_scrollbars.visible is false
93 PASS window.cached_speechSynthesis.onvoiceschanged is null 94 PASS window.cached_speechSynthesis.onvoiceschanged is null
94 PASS window.cached_speechSynthesis.paused is false 95 PASS window.cached_speechSynthesis.paused is false
95 PASS window.cached_speechSynthesis.pending is false 96 PASS window.cached_speechSynthesis.pending is false
96 PASS window.cached_speechSynthesis.speaking is false 97 PASS window.cached_speechSynthesis.speaking is false
97 PASS window.cached_statusbar.visible is false 98 PASS window.cached_statusbar.visible is false
98 PASS window.cached_styleMedia.type is '' 99 PASS window.cached_styleMedia.type is ''
99 PASS window.cached_toolbar.visible is false 100 PASS window.cached_toolbar.visible is false
100 PASS successfullyParsed is true 101 PASS successfullyParsed is true
101 102
102 TEST COMPLETE 103 TEST COMPLETE
103 104
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698