| 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 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 PASS childWindow.onmouseover is null | 111 PASS childWindow.onmouseover is null |
| 112 PASS childWindow.onmouseup is null | 112 PASS childWindow.onmouseup is null |
| 113 PASS childWindow.onmousewheel is null | 113 PASS childWindow.onmousewheel is null |
| 114 PASS childWindow.onoffline is null | 114 PASS childWindow.onoffline is null |
| 115 PASS childWindow.ononline is null | 115 PASS childWindow.ononline is null |
| 116 PASS childWindow.onpagehide is null | 116 PASS childWindow.onpagehide is null |
| 117 PASS childWindow.onpageshow is null | 117 PASS childWindow.onpageshow is null |
| 118 PASS childWindow.onpause is null | 118 PASS childWindow.onpause is null |
| 119 PASS childWindow.onplay is null | 119 PASS childWindow.onplay is null |
| 120 PASS childWindow.onplaying is null | 120 PASS childWindow.onplaying is null |
| 121 PASS childWindow.onpointercancel is null |
| 122 PASS childWindow.onpointerdown is null |
| 123 PASS childWindow.onpointerenter is null |
| 124 PASS childWindow.onpointerleave is null |
| 125 PASS childWindow.onpointermove is null |
| 126 PASS childWindow.onpointerout is null |
| 127 PASS childWindow.onpointerover is null |
| 128 PASS childWindow.onpointerup is null |
| 121 PASS childWindow.onpopstate is null | 129 PASS childWindow.onpopstate is null |
| 122 PASS childWindow.onprogress is null | 130 PASS childWindow.onprogress is null |
| 123 PASS childWindow.onratechange is null | 131 PASS childWindow.onratechange is null |
| 124 PASS childWindow.onrejectionhandled is null | 132 PASS childWindow.onrejectionhandled is null |
| 125 PASS childWindow.onreset is null | 133 PASS childWindow.onreset is null |
| 126 PASS childWindow.onresize is null | 134 PASS childWindow.onresize is null |
| 127 PASS childWindow.onscroll is null | 135 PASS childWindow.onscroll is null |
| 128 PASS childWindow.onsearch is null | 136 PASS childWindow.onsearch is null |
| 129 PASS childWindow.onseeked is null | 137 PASS childWindow.onseeked is null |
| 130 PASS childWindow.onseeking is null | 138 PASS childWindow.onseeking is null |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 FAIL childWindow.speechSynthesis.pending should be false. Threw exception TypeEr
ror: Cannot read property 'pending' of null | 212 FAIL childWindow.speechSynthesis.pending should be false. Threw exception TypeEr
ror: Cannot read property 'pending' of null |
| 205 FAIL childWindow.speechSynthesis.speaking should be false. Threw exception TypeE
rror: Cannot read property 'speaking' of null | 213 FAIL childWindow.speechSynthesis.speaking should be false. Threw exception TypeE
rror: Cannot read property 'speaking' of null |
| 206 PASS childWindow.status is '' | 214 PASS childWindow.status is '' |
| 207 PASS childWindow.statusbar.visible is false | 215 PASS childWindow.statusbar.visible is false |
| 208 PASS childWindow.styleMedia.type is '' | 216 PASS childWindow.styleMedia.type is '' |
| 209 PASS childWindow.toolbar.visible is false | 217 PASS childWindow.toolbar.visible is false |
| 210 PASS successfullyParsed is true | 218 PASS successfullyParsed is true |
| 211 | 219 |
| 212 TEST COMPLETE | 220 TEST COMPLETE |
| 213 | 221 |
| OLD | NEW |