| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 PASS oldChildWindow.onsearch is newChildWindow.onsearch | 125 PASS oldChildWindow.onsearch is newChildWindow.onsearch |
| 126 PASS oldChildWindow.onseeked is newChildWindow.onseeked | 126 PASS oldChildWindow.onseeked is newChildWindow.onseeked |
| 127 PASS oldChildWindow.onseeking is newChildWindow.onseeking | 127 PASS oldChildWindow.onseeking is newChildWindow.onseeking |
| 128 PASS oldChildWindow.onselect is newChildWindow.onselect | 128 PASS oldChildWindow.onselect is newChildWindow.onselect |
| 129 PASS oldChildWindow.onshow is newChildWindow.onshow | 129 PASS oldChildWindow.onshow is newChildWindow.onshow |
| 130 PASS oldChildWindow.onstalled is newChildWindow.onstalled | 130 PASS oldChildWindow.onstalled is newChildWindow.onstalled |
| 131 PASS oldChildWindow.onstorage is newChildWindow.onstorage | 131 PASS oldChildWindow.onstorage is newChildWindow.onstorage |
| 132 PASS oldChildWindow.onsubmit is newChildWindow.onsubmit | 132 PASS oldChildWindow.onsubmit is newChildWindow.onsubmit |
| 133 PASS oldChildWindow.onsuspend is newChildWindow.onsuspend | 133 PASS oldChildWindow.onsuspend is newChildWindow.onsuspend |
| 134 PASS oldChildWindow.ontimeupdate is newChildWindow.ontimeupdate | 134 PASS oldChildWindow.ontimeupdate is newChildWindow.ontimeupdate |
| 135 PASS oldChildWindow.ontoggle is newChildWindow.ontoggle |
| 135 PASS oldChildWindow.ontouchcancel is newChildWindow.ontouchcancel | 136 PASS oldChildWindow.ontouchcancel is newChildWindow.ontouchcancel |
| 136 PASS oldChildWindow.ontouchend is newChildWindow.ontouchend | 137 PASS oldChildWindow.ontouchend is newChildWindow.ontouchend |
| 137 PASS oldChildWindow.ontouchmove is newChildWindow.ontouchmove | 138 PASS oldChildWindow.ontouchmove is newChildWindow.ontouchmove |
| 138 PASS oldChildWindow.ontouchstart is newChildWindow.ontouchstart | 139 PASS oldChildWindow.ontouchstart is newChildWindow.ontouchstart |
| 139 PASS oldChildWindow.ontransitionend is newChildWindow.ontransitionend | 140 PASS oldChildWindow.ontransitionend is newChildWindow.ontransitionend |
| 140 PASS oldChildWindow.onunload is newChildWindow.onunload | 141 PASS oldChildWindow.onunload is newChildWindow.onunload |
| 141 PASS oldChildWindow.onvolumechange is newChildWindow.onvolumechange | 142 PASS oldChildWindow.onvolumechange is newChildWindow.onvolumechange |
| 142 PASS oldChildWindow.onwaiting is newChildWindow.onwaiting | 143 PASS oldChildWindow.onwaiting is newChildWindow.onwaiting |
| 143 PASS oldChildWindow.onwebkitanimationend is newChildWindow.onwebkitanimationend | 144 PASS oldChildWindow.onwebkitanimationend is newChildWindow.onwebkitanimationend |
| 144 PASS oldChildWindow.onwebkitanimationiteration is newChildWindow.onwebkitanimati
oniteration | 145 PASS oldChildWindow.onwebkitanimationiteration is newChildWindow.onwebkitanimati
oniteration |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking | 198 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking |
| 198 PASS oldChildWindow.status is newChildWindow.status | 199 PASS oldChildWindow.status is newChildWindow.status |
| 199 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible | 200 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible |
| 200 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type | 201 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type |
| 201 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible | 202 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible |
| 202 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed | 203 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed |
| 203 PASS successfullyParsed is true | 204 PASS successfullyParsed is true |
| 204 | 205 |
| 205 TEST COMPLETE | 206 TEST COMPLETE |
| 206 | 207 |
| OLD | NEW |