OLD | NEW |
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 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. |
3 | 4 |
4 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
". |
5 | 6 |
6 | 7 |
7 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 |
8 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 |
9 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 |
10 FAIL childWindow.applicationCache.onerror should be null. Threw exception TypeEr
ror: Cannot read property 'onerror' of null | 11 FAIL childWindow.applicationCache.onerror should be null. Threw exception TypeEr
ror: Cannot read property 'onerror' of null |
11 FAIL childWindow.applicationCache.onnoupdate should be null. Threw exception Typ
eError: Cannot read property 'onnoupdate' of null | 12 FAIL childWindow.applicationCache.onnoupdate should be null. Threw exception Typ
eError: Cannot read property 'onnoupdate' of null |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 PASS childWindow.speechSynthesis.pending is false | 200 PASS childWindow.speechSynthesis.pending is false |
200 PASS childWindow.speechSynthesis.speaking is false | 201 PASS childWindow.speechSynthesis.speaking is false |
201 PASS childWindow.status is '' | 202 PASS childWindow.status is '' |
202 PASS childWindow.statusbar.visible is false | 203 PASS childWindow.statusbar.visible is false |
203 PASS childWindow.styleMedia.type is '' | 204 PASS childWindow.styleMedia.type is '' |
204 PASS childWindow.toolbar.visible is false | 205 PASS childWindow.toolbar.visible is false |
205 PASS successfullyParsed is true | 206 PASS successfullyParsed is true |
206 | 207 |
207 TEST COMPLETE | 208 TEST COMPLETE |
208 | 209 |
OLD | NEW |