| 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 Tests property access on a cached DOMWindow after the associated frame is naviga
ted. Test should not crash and properties read from the cached DOMWindow should
be identical to properties through the 'current' DOMWindow. | 2 Tests property access on a cached DOMWindow after the associated frame is naviga
ted. Test should not crash and properties read from the cached DOMWindow should
be identical to properties through the 'current' DOMWindow. |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache
.oncached | 7 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache
.oncached |
| 8 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac
he.onchecking | 8 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac
he.onchecking |
| 9 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application
Cache.ondownloading | 9 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application
Cache.ondownloading |
| 10 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache.
onerror | 10 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache.
onerror |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 PASS oldChildWindow.performance.timing.secureConnectionStart is newChildWindow.p
erformance.timing.secureConnectionStart | 176 PASS oldChildWindow.performance.timing.secureConnectionStart is newChildWindow.p
erformance.timing.secureConnectionStart |
| 177 PASS oldChildWindow.performance.timing.unloadEventEnd is newChildWindow.performa
nce.timing.unloadEventEnd | 177 PASS oldChildWindow.performance.timing.unloadEventEnd is newChildWindow.performa
nce.timing.unloadEventEnd |
| 178 PASS oldChildWindow.performance.timing.unloadEventStart is newChildWindow.perfor
mance.timing.unloadEventStart | 178 PASS oldChildWindow.performance.timing.unloadEventStart is newChildWindow.perfor
mance.timing.unloadEventStart |
| 179 PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible | 179 PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible |
| 180 PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight | 180 PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight |
| 181 PASS oldChildWindow.screen.availLeft is newChildWindow.screen.availLeft | 181 PASS oldChildWindow.screen.availLeft is newChildWindow.screen.availLeft |
| 182 PASS oldChildWindow.screen.availTop is newChildWindow.screen.availTop | 182 PASS oldChildWindow.screen.availTop is newChildWindow.screen.availTop |
| 183 PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth | 183 PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth |
| 184 PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth | 184 PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth |
| 185 PASS oldChildWindow.screen.height is newChildWindow.screen.height | 185 PASS oldChildWindow.screen.height is newChildWindow.screen.height |
| 186 PASS oldChildWindow.screen.orientation is newChildWindow.screen.orientation | 186 PASS oldChildWindow.screen.orientation.angle is newChildWindow.screen.orientatio
n.angle |
| 187 PASS oldChildWindow.screen.orientation.onchange is newChildWindow.screen.orienta
tion.onchange |
| 188 PASS oldChildWindow.screen.orientation.type is newChildWindow.screen.orientation
.type |
| 187 PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth | 189 PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth |
| 188 PASS oldChildWindow.screen.width is newChildWindow.screen.width | 190 PASS oldChildWindow.screen.width is newChildWindow.screen.width |
| 189 PASS oldChildWindow.screenLeft is newChildWindow.screenLeft | 191 PASS oldChildWindow.screenLeft is newChildWindow.screenLeft |
| 190 PASS oldChildWindow.screenTop is newChildWindow.screenTop | 192 PASS oldChildWindow.screenTop is newChildWindow.screenTop |
| 191 PASS oldChildWindow.screenX is newChildWindow.screenX | 193 PASS oldChildWindow.screenX is newChildWindow.screenX |
| 192 PASS oldChildWindow.screenY is newChildWindow.screenY | 194 PASS oldChildWindow.screenY is newChildWindow.screenY |
| 193 PASS oldChildWindow.scrollX is newChildWindow.scrollX | 195 PASS oldChildWindow.scrollX is newChildWindow.scrollX |
| 194 PASS oldChildWindow.scrollY is newChildWindow.scrollY | 196 PASS oldChildWindow.scrollY is newChildWindow.scrollY |
| 195 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible | 197 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible |
| 196 PASS oldChildWindow.speechSynthesis.onvoiceschanged is newChildWindow.speechSynt
hesis.onvoiceschanged | 198 PASS oldChildWindow.speechSynthesis.onvoiceschanged is newChildWindow.speechSynt
hesis.onvoiceschanged |
| 197 PASS oldChildWindow.speechSynthesis.paused is newChildWindow.speechSynthesis.pau
sed | 199 PASS oldChildWindow.speechSynthesis.paused is newChildWindow.speechSynthesis.pau
sed |
| 198 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pe
nding | 200 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pe
nding |
| 199 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking | 201 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking |
| 200 PASS oldChildWindow.status is newChildWindow.status | 202 PASS oldChildWindow.status is newChildWindow.status |
| 201 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible | 203 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible |
| 202 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type | 204 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type |
| 203 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible | 205 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible |
| 204 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed | 206 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed |
| 205 PASS successfullyParsed is true | 207 PASS successfullyParsed is true |
| 206 | 208 |
| 207 TEST COMPLETE | 209 TEST COMPLETE |
| 208 | 210 |
| OLD | NEW |