| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 PASS oldChildWindow.ondurationchange is newChildWindow.ondurationchange | 89 PASS oldChildWindow.ondurationchange is newChildWindow.ondurationchange |
| 90 PASS oldChildWindow.onemptied is newChildWindow.onemptied | 90 PASS oldChildWindow.onemptied is newChildWindow.onemptied |
| 91 PASS oldChildWindow.onended is newChildWindow.onended | 91 PASS oldChildWindow.onended is newChildWindow.onended |
| 92 PASS oldChildWindow.onfocus is newChildWindow.onfocus | 92 PASS oldChildWindow.onfocus is newChildWindow.onfocus |
| 93 PASS oldChildWindow.onhashchange is newChildWindow.onhashchange | 93 PASS oldChildWindow.onhashchange is newChildWindow.onhashchange |
| 94 PASS oldChildWindow.oninput is newChildWindow.oninput | 94 PASS oldChildWindow.oninput is newChildWindow.oninput |
| 95 PASS oldChildWindow.oninvalid is newChildWindow.oninvalid | 95 PASS oldChildWindow.oninvalid is newChildWindow.oninvalid |
| 96 PASS oldChildWindow.onkeydown is newChildWindow.onkeydown | 96 PASS oldChildWindow.onkeydown is newChildWindow.onkeydown |
| 97 PASS oldChildWindow.onkeypress is newChildWindow.onkeypress | 97 PASS oldChildWindow.onkeypress is newChildWindow.onkeypress |
| 98 PASS oldChildWindow.onkeyup is newChildWindow.onkeyup | 98 PASS oldChildWindow.onkeyup is newChildWindow.onkeyup |
| 99 PASS oldChildWindow.onlanguagechange is newChildWindow.onlanguagechange |
| 99 PASS oldChildWindow.onload is newChildWindow.onload | 100 PASS oldChildWindow.onload is newChildWindow.onload |
| 100 PASS oldChildWindow.onloadeddata is newChildWindow.onloadeddata | 101 PASS oldChildWindow.onloadeddata is newChildWindow.onloadeddata |
| 101 PASS oldChildWindow.onloadedmetadata is newChildWindow.onloadedmetadata | 102 PASS oldChildWindow.onloadedmetadata is newChildWindow.onloadedmetadata |
| 102 PASS oldChildWindow.onloadstart is newChildWindow.onloadstart | 103 PASS oldChildWindow.onloadstart is newChildWindow.onloadstart |
| 103 PASS oldChildWindow.onmessage is newChildWindow.onmessage | 104 PASS oldChildWindow.onmessage is newChildWindow.onmessage |
| 104 PASS oldChildWindow.onmousedown is newChildWindow.onmousedown | 105 PASS oldChildWindow.onmousedown is newChildWindow.onmousedown |
| 105 PASS oldChildWindow.onmouseenter is newChildWindow.onmouseenter | 106 PASS oldChildWindow.onmouseenter is newChildWindow.onmouseenter |
| 106 PASS oldChildWindow.onmouseleave is newChildWindow.onmouseleave | 107 PASS oldChildWindow.onmouseleave is newChildWindow.onmouseleave |
| 107 PASS oldChildWindow.onmousemove is newChildWindow.onmousemove | 108 PASS oldChildWindow.onmousemove is newChildWindow.onmousemove |
| 108 PASS oldChildWindow.onmouseout is newChildWindow.onmouseout | 109 PASS oldChildWindow.onmouseout is newChildWindow.onmouseout |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking | 199 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking |
| 199 PASS oldChildWindow.status is newChildWindow.status | 200 PASS oldChildWindow.status is newChildWindow.status |
| 200 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible | 201 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible |
| 201 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type | 202 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type |
| 202 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible | 203 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible |
| 203 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed | 204 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed |
| 204 PASS successfullyParsed is true | 205 PASS successfullyParsed is true |
| 205 | 206 |
| 206 TEST COMPLETE | 207 TEST COMPLETE |
| 207 | 208 |
| OLD | NEW |