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

Side by Side Diff: LayoutTests/fast/dom/Window/property-access-on-cached-window-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 property access on a cached DOMWindow 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 property access on a cached DOMWindow 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 FAIL childWindow.applicationCache.oncached should be null. Threw exception TypeE rror: Cannot read property 'oncached' of null 8 FAIL childWindow.applicationCache.oncached should be null. Threw exception TypeE rror: Cannot read property 'oncached' of null
9 FAIL childWindow.applicationCache.onchecking should be null. Threw exception Typ eError: Cannot read property 'onchecking' of null 9 FAIL childWindow.applicationCache.onchecking should be null. Threw exception Typ eError: Cannot read property 'onchecking' of null
10 FAIL childWindow.applicationCache.ondownloading should be null. Threw exception TypeError: Cannot read property 'ondownloading' of null 10 FAIL childWindow.applicationCache.ondownloading should be null. Threw exception TypeError: Cannot read property 'ondownloading' of null
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 PASS childWindow.performance.timing.secureConnectionStart is 0 191 PASS childWindow.performance.timing.secureConnectionStart is 0
192 PASS childWindow.performance.timing.unloadEventEnd is 0 192 PASS childWindow.performance.timing.unloadEventEnd is 0
193 PASS childWindow.performance.timing.unloadEventStart is 0 193 PASS childWindow.performance.timing.unloadEventStart is 0
194 PASS childWindow.personalbar.visible is false 194 PASS childWindow.personalbar.visible is false
195 PASS childWindow.screen.availHeight is 0 195 PASS childWindow.screen.availHeight is 0
196 PASS childWindow.screen.availLeft is 0 196 PASS childWindow.screen.availLeft is 0
197 PASS childWindow.screen.availTop is 0 197 PASS childWindow.screen.availTop is 0
198 PASS childWindow.screen.availWidth is 0 198 PASS childWindow.screen.availWidth is 0
199 PASS childWindow.screen.colorDepth is 0 199 PASS childWindow.screen.colorDepth is 0
200 PASS childWindow.screen.height is 0 200 PASS childWindow.screen.height is 0
201 PASS childWindow.screen.keepAwake is false
201 FAIL childWindow.screen.orientation.angle should be 0. Threw exception TypeError : Cannot read property 'angle' of null 202 FAIL childWindow.screen.orientation.angle should be 0. Threw exception TypeError : Cannot read property 'angle' of null
202 FAIL childWindow.screen.orientation.onchange should be null. Threw exception Typ eError: Cannot read property 'onchange' of null 203 FAIL childWindow.screen.orientation.onchange should be null. Threw exception Typ eError: Cannot read property 'onchange' of null
203 FAIL childWindow.screen.orientation.type should be . Threw exception TypeError: Cannot read property 'type' of null 204 FAIL childWindow.screen.orientation.type should be . Threw exception TypeError: Cannot read property 'type' of null
204 PASS childWindow.screen.pixelDepth is 0 205 PASS childWindow.screen.pixelDepth is 0
205 PASS childWindow.screen.width is 0 206 PASS childWindow.screen.width is 0
206 PASS childWindow.screenLeft is 0 207 PASS childWindow.screenLeft is 0
207 PASS childWindow.screenTop is 0 208 PASS childWindow.screenTop is 0
208 PASS childWindow.screenX is 0 209 PASS childWindow.screenX is 0
209 PASS childWindow.screenY is 0 210 PASS childWindow.screenY is 0
210 PASS childWindow.scrollX is 0 211 PASS childWindow.scrollX is 0
211 PASS childWindow.scrollY is 0 212 PASS childWindow.scrollY is 0
212 PASS childWindow.scrollbars.visible is false 213 PASS childWindow.scrollbars.visible is false
213 FAIL childWindow.speechSynthesis.onvoiceschanged should be null. Threw exception TypeError: Cannot read property 'onvoiceschanged' of null 214 FAIL childWindow.speechSynthesis.onvoiceschanged should be null. Threw exception TypeError: Cannot read property 'onvoiceschanged' of null
214 FAIL childWindow.speechSynthesis.paused should be false. Threw exception TypeErr or: Cannot read property 'paused' of null 215 FAIL childWindow.speechSynthesis.paused should be false. Threw exception TypeErr or: Cannot read property 'paused' of null
215 FAIL childWindow.speechSynthesis.pending should be false. Threw exception TypeEr ror: Cannot read property 'pending' of null 216 FAIL childWindow.speechSynthesis.pending should be false. Threw exception TypeEr ror: Cannot read property 'pending' of null
216 FAIL childWindow.speechSynthesis.speaking should be false. Threw exception TypeE rror: Cannot read property 'speaking' of null 217 FAIL childWindow.speechSynthesis.speaking should be false. Threw exception TypeE rror: Cannot read property 'speaking' of null
217 PASS childWindow.status is '' 218 PASS childWindow.status is ''
218 PASS childWindow.statusbar.visible is false 219 PASS childWindow.statusbar.visible is false
219 PASS childWindow.styleMedia.type is '' 220 PASS childWindow.styleMedia.type is ''
220 PASS childWindow.toolbar.visible is false 221 PASS childWindow.toolbar.visible is false
221 PASS successfullyParsed is true 222 PASS successfullyParsed is true
222 223
223 TEST COMPLETE 224 TEST COMPLETE
224 225
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698