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 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. |
3 | 4 |
4 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
". |
5 | 6 |
6 | 7 |
7 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache
.oncached | 8 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache
.oncached |
8 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac
he.onchecking | 9 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac
he.onchecking |
9 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application
Cache.ondownloading | 10 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application
Cache.ondownloading |
10 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache.
onerror | 11 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache.
onerror |
11 PASS oldChildWindow.applicationCache.onnoupdate is newChildWindow.applicationCac
he.onnoupdate | 12 PASS oldChildWindow.applicationCache.onnoupdate is newChildWindow.applicationCac
he.onnoupdate |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking | 202 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking |
202 PASS oldChildWindow.status is newChildWindow.status | 203 PASS oldChildWindow.status is newChildWindow.status |
203 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible | 204 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible |
204 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type | 205 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type |
205 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible | 206 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible |
206 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed | 207 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed |
207 PASS successfullyParsed is true | 208 PASS successfullyParsed is true |
208 | 209 |
209 TEST COMPLETE | 210 TEST COMPLETE |
210 | 211 |
OLD | NEW |