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