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

Side by Side Diff: LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-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 no lon ger in a web page. Test should not crash and properties should be set to sane de faults. 3 Tests property access on a cached DOMWindow after the associated frame is no lon ger in a web page. Test should not crash and properties should be set to sane de faults.
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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 PASS childWindow.performance.timing.secureConnectionStart is 0 190 PASS childWindow.performance.timing.secureConnectionStart is 0
191 PASS childWindow.performance.timing.unloadEventEnd is 0 191 PASS childWindow.performance.timing.unloadEventEnd is 0
192 PASS childWindow.performance.timing.unloadEventStart is 0 192 PASS childWindow.performance.timing.unloadEventStart is 0
193 PASS childWindow.personalbar.visible is false 193 PASS childWindow.personalbar.visible is false
194 PASS childWindow.screen.availHeight is 0 194 PASS childWindow.screen.availHeight is 0
195 PASS childWindow.screen.availLeft is 0 195 PASS childWindow.screen.availLeft is 0
196 PASS childWindow.screen.availTop is 0 196 PASS childWindow.screen.availTop is 0
197 PASS childWindow.screen.availWidth is 0 197 PASS childWindow.screen.availWidth is 0
198 PASS childWindow.screen.colorDepth is 0 198 PASS childWindow.screen.colorDepth is 0
199 PASS childWindow.screen.height is 0 199 PASS childWindow.screen.height is 0
200 PASS childWindow.screen.keepAwake is false
200 FAIL childWindow.screen.orientation.angle should be 0. Threw exception TypeError : Cannot read property 'angle' of null 201 FAIL childWindow.screen.orientation.angle should be 0. Threw exception TypeError : Cannot read property 'angle' of null
201 FAIL childWindow.screen.orientation.onchange should be null. Threw exception Typ eError: Cannot read property 'onchange' of null 202 FAIL childWindow.screen.orientation.onchange should be null. Threw exception Typ eError: Cannot read property 'onchange' of null
202 FAIL childWindow.screen.orientation.type should be . Threw exception TypeError: Cannot read property 'type' of null 203 FAIL childWindow.screen.orientation.type should be . Threw exception TypeError: Cannot read property 'type' of null
203 PASS childWindow.screen.pixelDepth is 0 204 PASS childWindow.screen.pixelDepth is 0
204 PASS childWindow.screen.width is 0 205 PASS childWindow.screen.width is 0
205 PASS childWindow.screenLeft is 0 206 PASS childWindow.screenLeft is 0
206 PASS childWindow.screenTop is 0 207 PASS childWindow.screenTop is 0
207 PASS childWindow.screenX is 0 208 PASS childWindow.screenX is 0
208 PASS childWindow.screenY is 0 209 PASS childWindow.screenY is 0
209 PASS childWindow.scrollX is 0 210 PASS childWindow.scrollX is 0
210 PASS childWindow.scrollY is 0 211 PASS childWindow.scrollY is 0
211 PASS childWindow.scrollbars.visible is false 212 PASS childWindow.scrollbars.visible is false
212 FAIL childWindow.speechSynthesis.onvoiceschanged should be null. Threw exception TypeError: Cannot read property 'onvoiceschanged' of null 213 FAIL childWindow.speechSynthesis.onvoiceschanged should be null. Threw exception TypeError: Cannot read property 'onvoiceschanged' of null
213 FAIL childWindow.speechSynthesis.paused should be false. Threw exception TypeErr or: Cannot read property 'paused' of null 214 FAIL childWindow.speechSynthesis.paused should be false. Threw exception TypeErr or: Cannot read property 'paused' of null
214 FAIL childWindow.speechSynthesis.pending should be false. Threw exception TypeEr ror: Cannot read property 'pending' of null 215 FAIL childWindow.speechSynthesis.pending should be false. Threw exception TypeEr ror: Cannot read property 'pending' of null
215 FAIL childWindow.speechSynthesis.speaking should be false. Threw exception TypeE rror: Cannot read property 'speaking' of null 216 FAIL childWindow.speechSynthesis.speaking should be false. Threw exception TypeE rror: Cannot read property 'speaking' of null
216 PASS childWindow.status is '' 217 PASS childWindow.status is ''
217 PASS childWindow.statusbar.visible is false 218 PASS childWindow.statusbar.visible is false
218 PASS childWindow.styleMedia.type is '' 219 PASS childWindow.styleMedia.type is ''
219 PASS childWindow.toolbar.visible is false 220 PASS childWindow.toolbar.visible is false
220 PASS successfullyParsed is true 221 PASS successfullyParsed is true
221 222
222 TEST COMPLETE 223 TEST COMPLETE
223 224
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698