| OLD | NEW |
| 1 CONSOLE WARNING: line 98: 'window.webkitStorageInfo' is deprecated. Please use '
navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead
. | 1 CONSOLE WARNING: line 98: 'window.webkitStorageInfo' is deprecated. Please use '
navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead
. |
| 2 CONSOLE WARNING: line 98: 'webkitIndexedDB' is deprecated. Please use 'indexedDB
' instead. | 2 CONSOLE WARNING: line 98: 'webkitIndexedDB' is deprecated. Please use 'indexedDB
' instead. |
| 3 CONSOLE WARNING: line 98: 'Performance.onwebkitresourcetimingbufferfull' is depr
ecated. Please use 'Performance.onresourcetimingbufferfull' instead. | 3 CONSOLE WARNING: line 98: 'Performance.onwebkitresourcetimingbufferfull' is depr
ecated. Please use 'Performance.onresourcetimingbufferfull' instead. |
| 4 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 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. |
| 5 | 5 |
| 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 7 | 7 |
| 8 | 8 |
| 9 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache
.oncached | 9 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache
.oncached |
| 10 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac
he.onchecking | 10 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac
he.onchecking |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pe
nding | 220 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pe
nding |
| 221 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking | 221 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking |
| 222 PASS oldChildWindow.status is newChildWindow.status | 222 PASS oldChildWindow.status is newChildWindow.status |
| 223 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible | 223 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible |
| 224 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type | 224 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type |
| 225 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible | 225 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible |
| 226 PASS oldChildWindow.visualViewport.clientHeight is newChildWindow.visualViewport
.clientHeight | 226 PASS oldChildWindow.visualViewport.clientHeight is newChildWindow.visualViewport
.clientHeight |
| 227 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport.
clientWidth | 227 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport.
clientWidth |
| 228 PASS oldChildWindow.visualViewport.onresize is newChildWindow.visualViewport.onr
esize | 228 PASS oldChildWindow.visualViewport.onresize is newChildWindow.visualViewport.onr
esize |
| 229 PASS oldChildWindow.visualViewport.onscroll is newChildWindow.visualViewport.ons
croll | 229 PASS oldChildWindow.visualViewport.onscroll is newChildWindow.visualViewport.ons
croll |
| 230 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX |
| 231 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY |
| 230 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale | 232 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale |
| 231 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s
crollLeft | 233 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s
crollLeft |
| 232 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc
rollTop | 234 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc
rollTop |
| 233 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed | 235 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed |
| 234 PASS successfullyParsed is true | 236 PASS successfullyParsed is true |
| 235 | 237 |
| 236 TEST COMPLETE | 238 TEST COMPLETE |
| 237 | 239 |
| OLD | NEW |