| OLD | NEW |
| 1 CONSOLE WARNING: line 104: 'window.webkitStorageInfo' is deprecated. Please use
'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea
d. | 1 CONSOLE WARNING: line 104: 'window.webkitStorageInfo' is deprecated. Please use
'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea
d. |
| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 PASS oldChildWindow.onkeydown is newChildWindow.onkeydown | 102 PASS oldChildWindow.onkeydown is newChildWindow.onkeydown |
| 103 PASS oldChildWindow.onkeypress is newChildWindow.onkeypress | 103 PASS oldChildWindow.onkeypress is newChildWindow.onkeypress |
| 104 PASS oldChildWindow.onkeyup is newChildWindow.onkeyup | 104 PASS oldChildWindow.onkeyup is newChildWindow.onkeyup |
| 105 PASS oldChildWindow.onlanguagechange is newChildWindow.onlanguagechange | 105 PASS oldChildWindow.onlanguagechange is newChildWindow.onlanguagechange |
| 106 PASS oldChildWindow.onload is newChildWindow.onload | 106 PASS oldChildWindow.onload is newChildWindow.onload |
| 107 PASS oldChildWindow.onloadeddata is newChildWindow.onloadeddata | 107 PASS oldChildWindow.onloadeddata is newChildWindow.onloadeddata |
| 108 PASS oldChildWindow.onloadedmetadata is newChildWindow.onloadedmetadata | 108 PASS oldChildWindow.onloadedmetadata is newChildWindow.onloadedmetadata |
| 109 PASS oldChildWindow.onloadstart is newChildWindow.onloadstart | 109 PASS oldChildWindow.onloadstart is newChildWindow.onloadstart |
| 110 PASS oldChildWindow.onlostpointercapture is newChildWindow.onlostpointercapture | 110 PASS oldChildWindow.onlostpointercapture is newChildWindow.onlostpointercapture |
| 111 PASS oldChildWindow.onmessage is newChildWindow.onmessage | 111 PASS oldChildWindow.onmessage is newChildWindow.onmessage |
| 112 PASS oldChildWindow.onmessageerror is newChildWindow.onmessageerror |
| 112 PASS oldChildWindow.onmousedown is newChildWindow.onmousedown | 113 PASS oldChildWindow.onmousedown is newChildWindow.onmousedown |
| 113 PASS oldChildWindow.onmouseenter is newChildWindow.onmouseenter | 114 PASS oldChildWindow.onmouseenter is newChildWindow.onmouseenter |
| 114 PASS oldChildWindow.onmouseleave is newChildWindow.onmouseleave | 115 PASS oldChildWindow.onmouseleave is newChildWindow.onmouseleave |
| 115 PASS oldChildWindow.onmousemove is newChildWindow.onmousemove | 116 PASS oldChildWindow.onmousemove is newChildWindow.onmousemove |
| 116 PASS oldChildWindow.onmouseout is newChildWindow.onmouseout | 117 PASS oldChildWindow.onmouseout is newChildWindow.onmouseout |
| 117 PASS oldChildWindow.onmouseover is newChildWindow.onmouseover | 118 PASS oldChildWindow.onmouseover is newChildWindow.onmouseover |
| 118 PASS oldChildWindow.onmouseup is newChildWindow.onmouseup | 119 PASS oldChildWindow.onmouseup is newChildWindow.onmouseup |
| 119 PASS oldChildWindow.onmousewheel is newChildWindow.onmousewheel | 120 PASS oldChildWindow.onmousewheel is newChildWindow.onmousewheel |
| 120 PASS oldChildWindow.onoffline is newChildWindow.onoffline | 121 PASS oldChildWindow.onoffline is newChildWindow.onoffline |
| 121 PASS oldChildWindow.ononline is newChildWindow.ononline | 122 PASS oldChildWindow.ononline is newChildWindow.ononline |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport.
clientWidth | 228 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport.
clientWidth |
| 228 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX | 229 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX |
| 229 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY | 230 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY |
| 230 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale | 231 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale |
| 231 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s
crollLeft | 232 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s
crollLeft |
| 232 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc
rollTop | 233 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc
rollTop |
| 233 PASS successfullyParsed is true | 234 PASS successfullyParsed is true |
| 234 | 235 |
| 235 TEST COMPLETE | 236 TEST COMPLETE |
| 236 | 237 |
| OLD | NEW |