| 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 naviga
ted. Test should not crash and properties read from the cached DOMWindow should
be identical to properties through the 'current' DOMWindow. | 3 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. |
| 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 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache
.oncached | 8 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache
.oncached |
| 9 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac
he.onchecking | 9 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac
he.onchecking |
| 10 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application
Cache.ondownloading | 10 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application
Cache.ondownloading |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 PASS oldChildWindow.onmouseover is newChildWindow.onmouseover | 112 PASS oldChildWindow.onmouseover is newChildWindow.onmouseover |
| 113 PASS oldChildWindow.onmouseup is newChildWindow.onmouseup | 113 PASS oldChildWindow.onmouseup is newChildWindow.onmouseup |
| 114 PASS oldChildWindow.onmousewheel is newChildWindow.onmousewheel | 114 PASS oldChildWindow.onmousewheel is newChildWindow.onmousewheel |
| 115 PASS oldChildWindow.onoffline is newChildWindow.onoffline | 115 PASS oldChildWindow.onoffline is newChildWindow.onoffline |
| 116 PASS oldChildWindow.ononline is newChildWindow.ononline | 116 PASS oldChildWindow.ononline is newChildWindow.ononline |
| 117 PASS oldChildWindow.onpagehide is newChildWindow.onpagehide | 117 PASS oldChildWindow.onpagehide is newChildWindow.onpagehide |
| 118 PASS oldChildWindow.onpageshow is newChildWindow.onpageshow | 118 PASS oldChildWindow.onpageshow is newChildWindow.onpageshow |
| 119 PASS oldChildWindow.onpause is newChildWindow.onpause | 119 PASS oldChildWindow.onpause is newChildWindow.onpause |
| 120 PASS oldChildWindow.onplay is newChildWindow.onplay | 120 PASS oldChildWindow.onplay is newChildWindow.onplay |
| 121 PASS oldChildWindow.onplaying is newChildWindow.onplaying | 121 PASS oldChildWindow.onplaying is newChildWindow.onplaying |
| 122 PASS oldChildWindow.onpointercancel is newChildWindow.onpointercancel |
| 123 PASS oldChildWindow.onpointerdown is newChildWindow.onpointerdown |
| 124 PASS oldChildWindow.onpointerenter is newChildWindow.onpointerenter |
| 125 PASS oldChildWindow.onpointerleave is newChildWindow.onpointerleave |
| 126 PASS oldChildWindow.onpointermove is newChildWindow.onpointermove |
| 127 PASS oldChildWindow.onpointerout is newChildWindow.onpointerout |
| 128 PASS oldChildWindow.onpointerover is newChildWindow.onpointerover |
| 129 PASS oldChildWindow.onpointerup is newChildWindow.onpointerup |
| 122 PASS oldChildWindow.onpopstate is newChildWindow.onpopstate | 130 PASS oldChildWindow.onpopstate is newChildWindow.onpopstate |
| 123 PASS oldChildWindow.onprogress is newChildWindow.onprogress | 131 PASS oldChildWindow.onprogress is newChildWindow.onprogress |
| 124 PASS oldChildWindow.onratechange is newChildWindow.onratechange | 132 PASS oldChildWindow.onratechange is newChildWindow.onratechange |
| 125 PASS oldChildWindow.onrejectionhandled is newChildWindow.onrejectionhandled | 133 PASS oldChildWindow.onrejectionhandled is newChildWindow.onrejectionhandled |
| 126 PASS oldChildWindow.onreset is newChildWindow.onreset | 134 PASS oldChildWindow.onreset is newChildWindow.onreset |
| 127 PASS oldChildWindow.onresize is newChildWindow.onresize | 135 PASS oldChildWindow.onresize is newChildWindow.onresize |
| 128 PASS oldChildWindow.onscroll is newChildWindow.onscroll | 136 PASS oldChildWindow.onscroll is newChildWindow.onscroll |
| 129 PASS oldChildWindow.onsearch is newChildWindow.onsearch | 137 PASS oldChildWindow.onsearch is newChildWindow.onsearch |
| 130 PASS oldChildWindow.onseeked is newChildWindow.onseeked | 138 PASS oldChildWindow.onseeked is newChildWindow.onseeked |
| 131 PASS oldChildWindow.onseeking is newChildWindow.onseeking | 139 PASS oldChildWindow.onseeking is newChildWindow.onseeking |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking | 214 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking |
| 207 PASS oldChildWindow.status is newChildWindow.status | 215 PASS oldChildWindow.status is newChildWindow.status |
| 208 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible | 216 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible |
| 209 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type | 217 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type |
| 210 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible | 218 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible |
| 211 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed | 219 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed |
| 212 PASS successfullyParsed is true | 220 PASS successfullyParsed is true |
| 213 | 221 |
| 214 TEST COMPLETE | 222 TEST COMPLETE |
| 215 | 223 |
| OLD | NEW |