| 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 CONSOLE WARNING: 'Performance.onwebkitresourcetimingbufferfull' is deprecated. P
lease use 'Performance.onresourcetimingbufferfull' instead. | 3 CONSOLE WARNING: 'Performance.onwebkitresourcetimingbufferfull' is deprecated. P
lease 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 PASS oldChildWindow.navigator.serviceWorker.onmessage is newChildWindow.navigato
r.serviceWorker.onmessage | 64 PASS oldChildWindow.navigator.serviceWorker.onmessage is newChildWindow.navigato
r.serviceWorker.onmessage |
| 65 PASS oldChildWindow.navigator.usb.onconnect is newChildWindow.navigator.usb.onco
nnect | 65 PASS oldChildWindow.navigator.usb.onconnect is newChildWindow.navigator.usb.onco
nnect |
| 66 PASS oldChildWindow.navigator.usb.ondisconnect is newChildWindow.navigator.usb.o
ndisconnect | 66 PASS oldChildWindow.navigator.usb.ondisconnect is newChildWindow.navigator.usb.o
ndisconnect |
| 67 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent | 67 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent |
| 68 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor | 68 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor |
| 69 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub | 69 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub |
| 70 PASS oldChildWindow.onabort is newChildWindow.onabort | 70 PASS oldChildWindow.onabort is newChildWindow.onabort |
| 71 PASS oldChildWindow.onanimationend is newChildWindow.onanimationend | 71 PASS oldChildWindow.onanimationend is newChildWindow.onanimationend |
| 72 PASS oldChildWindow.onanimationiteration is newChildWindow.onanimationiteration | 72 PASS oldChildWindow.onanimationiteration is newChildWindow.onanimationiteration |
| 73 PASS oldChildWindow.onanimationstart is newChildWindow.onanimationstart | 73 PASS oldChildWindow.onanimationstart is newChildWindow.onanimationstart |
| 74 PASS oldChildWindow.onautocomplete is newChildWindow.onautocomplete | |
| 75 PASS oldChildWindow.onautocompleteerror is newChildWindow.onautocompleteerror | |
| 76 PASS oldChildWindow.onbeforeunload is newChildWindow.onbeforeunload | 74 PASS oldChildWindow.onbeforeunload is newChildWindow.onbeforeunload |
| 77 PASS oldChildWindow.onblur is newChildWindow.onblur | 75 PASS oldChildWindow.onblur is newChildWindow.onblur |
| 78 PASS oldChildWindow.oncancel is newChildWindow.oncancel | 76 PASS oldChildWindow.oncancel is newChildWindow.oncancel |
| 79 PASS oldChildWindow.oncanplay is newChildWindow.oncanplay | 77 PASS oldChildWindow.oncanplay is newChildWindow.oncanplay |
| 80 PASS oldChildWindow.oncanplaythrough is newChildWindow.oncanplaythrough | 78 PASS oldChildWindow.oncanplaythrough is newChildWindow.oncanplaythrough |
| 81 PASS oldChildWindow.onchange is newChildWindow.onchange | 79 PASS oldChildWindow.onchange is newChildWindow.onchange |
| 82 PASS oldChildWindow.onclick is newChildWindow.onclick | 80 PASS oldChildWindow.onclick is newChildWindow.onclick |
| 83 PASS oldChildWindow.onclose is newChildWindow.onclose | 81 PASS oldChildWindow.onclose is newChildWindow.onclose |
| 84 PASS oldChildWindow.oncontextmenu is newChildWindow.oncontextmenu | 82 PASS oldChildWindow.oncontextmenu is newChildWindow.oncontextmenu |
| 85 PASS oldChildWindow.oncuechange is newChildWindow.oncuechange | 83 PASS oldChildWindow.oncuechange is newChildWindow.oncuechange |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking | 213 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking |
| 216 PASS oldChildWindow.status is newChildWindow.status | 214 PASS oldChildWindow.status is newChildWindow.status |
| 217 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible | 215 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible |
| 218 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type | 216 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type |
| 219 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible | 217 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible |
| 220 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed | 218 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed |
| 221 PASS successfullyParsed is true | 219 PASS successfullyParsed is true |
| 222 | 220 |
| 223 TEST COMPLETE | 221 TEST COMPLETE |
| 224 | 222 |
| OLD | NEW |