| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 PASS childWindow.onwebkitanimationstart is null | 148 PASS childWindow.onwebkitanimationstart is null |
| 149 PASS childWindow.onwebkittransitionend is null | 149 PASS childWindow.onwebkittransitionend is null |
| 150 PASS childWindow.onwheel is null | 150 PASS childWindow.onwheel is null |
| 151 PASS childWindow.opener is null | 151 PASS childWindow.opener is null |
| 152 PASS childWindow.outerHeight is 0 | 152 PASS childWindow.outerHeight is 0 |
| 153 PASS childWindow.outerWidth is 0 | 153 PASS childWindow.outerWidth is 0 |
| 154 PASS childWindow.pageXOffset is 0 | 154 PASS childWindow.pageXOffset is 0 |
| 155 PASS childWindow.pageYOffset is 0 | 155 PASS childWindow.pageYOffset is 0 |
| 156 PASS childWindow.performance.navigation.redirectCount is 0 | 156 PASS childWindow.performance.navigation.redirectCount is 0 |
| 157 PASS childWindow.performance.navigation.type is 0 | 157 PASS childWindow.performance.navigation.type is 0 |
| 158 PASS childWindow.performance.onframetimingbufferfull is null |
| 158 PASS childWindow.performance.onwebkitresourcetimingbufferfull is null | 159 PASS childWindow.performance.onwebkitresourcetimingbufferfull is null |
| 159 PASS childWindow.performance.timing.connectEnd is 0 | 160 PASS childWindow.performance.timing.connectEnd is 0 |
| 160 PASS childWindow.performance.timing.connectStart is 0 | 161 PASS childWindow.performance.timing.connectStart is 0 |
| 161 PASS childWindow.performance.timing.domComplete is 0 | 162 PASS childWindow.performance.timing.domComplete is 0 |
| 162 PASS childWindow.performance.timing.domContentLoadedEventEnd is 0 | 163 PASS childWindow.performance.timing.domContentLoadedEventEnd is 0 |
| 163 PASS childWindow.performance.timing.domContentLoadedEventStart is 0 | 164 PASS childWindow.performance.timing.domContentLoadedEventStart is 0 |
| 164 PASS childWindow.performance.timing.domInteractive is 0 | 165 PASS childWindow.performance.timing.domInteractive is 0 |
| 165 PASS childWindow.performance.timing.domLoading is 0 | 166 PASS childWindow.performance.timing.domLoading is 0 |
| 166 PASS childWindow.performance.timing.domainLookupEnd is 0 | 167 PASS childWindow.performance.timing.domainLookupEnd is 0 |
| 167 PASS childWindow.performance.timing.domainLookupStart is 0 | 168 PASS childWindow.performance.timing.domainLookupStart is 0 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 FAIL childWindow.speechSynthesis.pending should be false. Threw exception TypeEr
ror: Cannot read property 'pending' of null | 202 FAIL childWindow.speechSynthesis.pending should be false. Threw exception TypeEr
ror: Cannot read property 'pending' of null |
| 202 FAIL childWindow.speechSynthesis.speaking should be false. Threw exception TypeE
rror: Cannot read property 'speaking' of null | 203 FAIL childWindow.speechSynthesis.speaking should be false. Threw exception TypeE
rror: Cannot read property 'speaking' of null |
| 203 PASS childWindow.status is '' | 204 PASS childWindow.status is '' |
| 204 PASS childWindow.statusbar.visible is false | 205 PASS childWindow.statusbar.visible is false |
| 205 PASS childWindow.styleMedia.type is '' | 206 PASS childWindow.styleMedia.type is '' |
| 206 PASS childWindow.toolbar.visible is false | 207 PASS childWindow.toolbar.visible is false |
| 207 PASS successfullyParsed is true | 208 PASS successfullyParsed is true |
| 208 | 209 |
| 209 TEST COMPLETE | 210 TEST COMPLETE |
| 210 | 211 |
| OLD | NEW |