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

Side by Side Diff: LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-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
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 remove d from a web page and garbage collected. Test should not crash and properties sh ould be set to sane defaults. 3 Tests access of cached DOMWindow properties after the associated frame is remove d from a web page and garbage collected. Test should not crash and properties sh ould 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 PASS window.cached_performance_timing.secureConnectionStart is 0 78 PASS window.cached_performance_timing.secureConnectionStart is 0
79 PASS window.cached_performance_timing.unloadEventEnd is 0 79 PASS window.cached_performance_timing.unloadEventEnd is 0
80 PASS window.cached_performance_timing.unloadEventStart is 0 80 PASS window.cached_performance_timing.unloadEventStart is 0
81 PASS window.cached_personalbar.visible is false 81 PASS window.cached_personalbar.visible is false
82 PASS window.cached_screen.availHeight is 0 82 PASS window.cached_screen.availHeight is 0
83 PASS window.cached_screen.availLeft is 0 83 PASS window.cached_screen.availLeft is 0
84 PASS window.cached_screen.availTop is 0 84 PASS window.cached_screen.availTop is 0
85 PASS window.cached_screen.availWidth is 0 85 PASS window.cached_screen.availWidth is 0
86 PASS window.cached_screen.colorDepth is 0 86 PASS window.cached_screen.colorDepth is 0
87 PASS window.cached_screen.height is 0 87 PASS window.cached_screen.height is 0
88 PASS window.cached_screen.keepAwake is false
88 PASS window.cached_screen.pixelDepth is 0 89 PASS window.cached_screen.pixelDepth is 0
89 PASS window.cached_screen.width is 0 90 PASS window.cached_screen.width is 0
90 PASS window.cached_screen_orientation.angle is 0 91 PASS window.cached_screen_orientation.angle is 0
91 PASS window.cached_screen_orientation.onchange is null 92 PASS window.cached_screen_orientation.onchange is null
92 FAIL window.cached_screen_orientation.type should be . Was portrait-primary. 93 FAIL window.cached_screen_orientation.type should be . Was portrait-primary.
93 PASS window.cached_scrollbars.visible is false 94 PASS window.cached_scrollbars.visible is false
94 PASS window.cached_speechSynthesis.onvoiceschanged is null 95 PASS window.cached_speechSynthesis.onvoiceschanged is null
95 PASS window.cached_speechSynthesis.paused is false 96 PASS window.cached_speechSynthesis.paused is false
96 PASS window.cached_speechSynthesis.pending is false 97 PASS window.cached_speechSynthesis.pending is false
97 PASS window.cached_speechSynthesis.speaking is false 98 PASS window.cached_speechSynthesis.speaking is false
98 PASS window.cached_statusbar.visible is false 99 PASS window.cached_statusbar.visible is false
99 PASS window.cached_styleMedia.type is '' 100 PASS window.cached_styleMedia.type is ''
100 PASS window.cached_toolbar.visible is false 101 PASS window.cached_toolbar.visible is false
101 PASS successfullyParsed is true 102 PASS successfullyParsed is true
102 103
103 TEST COMPLETE 104 TEST COMPLETE
104 105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698