| 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 24 matching lines...) Expand all Loading... |
| 35 PASS oldChildWindow.location.port is newChildWindow.location.port | 35 PASS oldChildWindow.location.port is newChildWindow.location.port |
| 36 PASS oldChildWindow.location.protocol is newChildWindow.location.protocol | 36 PASS oldChildWindow.location.protocol is newChildWindow.location.protocol |
| 37 PASS oldChildWindow.location.search is newChildWindow.location.search | 37 PASS oldChildWindow.location.search is newChildWindow.location.search |
| 38 PASS oldChildWindow.locationbar.visible is newChildWindow.locationbar.visible | 38 PASS oldChildWindow.locationbar.visible is newChildWindow.locationbar.visible |
| 39 PASS oldChildWindow.menubar.visible is newChildWindow.menubar.visible | 39 PASS oldChildWindow.menubar.visible is newChildWindow.menubar.visible |
| 40 PASS oldChildWindow.name is newChildWindow.name | 40 PASS oldChildWindow.name is newChildWindow.name |
| 41 PASS oldChildWindow.navigator.appCodeName is newChildWindow.navigator.appCodeNam
e | 41 PASS oldChildWindow.navigator.appCodeName is newChildWindow.navigator.appCodeNam
e |
| 42 PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName | 42 PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName |
| 43 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion | 43 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion |
| 44 PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigato
r.connection.ontypechange | 44 PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigato
r.connection.ontypechange |
| 45 PASS oldChildWindow.navigator.connection.type is newChildWindow.navigator.connec
tion.type | |
| 46 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn
abled | 45 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn
abled |
| 47 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack | 46 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack |
| 48 PASS oldChildWindow.navigator.hardwareConcurrency is newChildWindow.navigator.ha
rdwareConcurrency | 47 PASS oldChildWindow.navigator.hardwareConcurrency is newChildWindow.navigator.ha
rdwareConcurrency |
| 49 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language | 48 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language |
| 50 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc
hPoints | 49 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc
hPoints |
| 51 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine | 50 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine |
| 52 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform | 51 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform |
| 53 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product | 52 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product |
| 54 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub | 53 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub |
| 55 PASS oldChildWindow.navigator.serviceWorker.active is newChildWindow.navigator.s
erviceWorker.active | 54 PASS oldChildWindow.navigator.serviceWorker.active is newChildWindow.navigator.s
erviceWorker.active |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking | 199 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking |
| 201 PASS oldChildWindow.status is newChildWindow.status | 200 PASS oldChildWindow.status is newChildWindow.status |
| 202 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible | 201 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible |
| 203 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type | 202 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type |
| 204 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible | 203 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible |
| 205 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed | 204 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed |
| 206 PASS successfullyParsed is true | 205 PASS successfullyParsed is true |
| 207 | 206 |
| 208 TEST COMPLETE | 207 TEST COMPLETE |
| 209 | 208 |
| OLD | NEW |