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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 PASS oldChildWindow.onblur is newChildWindow.onblur | 71 PASS oldChildWindow.onblur is newChildWindow.onblur |
72 PASS oldChildWindow.oncancel is newChildWindow.oncancel | 72 PASS oldChildWindow.oncancel is newChildWindow.oncancel |
73 PASS oldChildWindow.oncanplay is newChildWindow.oncanplay | 73 PASS oldChildWindow.oncanplay is newChildWindow.oncanplay |
74 PASS oldChildWindow.oncanplaythrough is newChildWindow.oncanplaythrough | 74 PASS oldChildWindow.oncanplaythrough is newChildWindow.oncanplaythrough |
75 PASS oldChildWindow.onchange is newChildWindow.onchange | 75 PASS oldChildWindow.onchange is newChildWindow.onchange |
76 PASS oldChildWindow.onclick is newChildWindow.onclick | 76 PASS oldChildWindow.onclick is newChildWindow.onclick |
77 PASS oldChildWindow.onclose is newChildWindow.onclose | 77 PASS oldChildWindow.onclose is newChildWindow.onclose |
78 PASS oldChildWindow.oncontextmenu is newChildWindow.oncontextmenu | 78 PASS oldChildWindow.oncontextmenu is newChildWindow.oncontextmenu |
79 PASS oldChildWindow.oncuechange is newChildWindow.oncuechange | 79 PASS oldChildWindow.oncuechange is newChildWindow.oncuechange |
80 PASS oldChildWindow.ondblclick is newChildWindow.ondblclick | 80 PASS oldChildWindow.ondblclick is newChildWindow.ondblclick |
| 81 PASS oldChildWindow.ondevicelight is newChildWindow.ondevicelight |
81 PASS oldChildWindow.ondevicemotion is newChildWindow.ondevicemotion | 82 PASS oldChildWindow.ondevicemotion is newChildWindow.ondevicemotion |
82 PASS oldChildWindow.ondeviceorientation is newChildWindow.ondeviceorientation | 83 PASS oldChildWindow.ondeviceorientation is newChildWindow.ondeviceorientation |
83 PASS oldChildWindow.ondrag is newChildWindow.ondrag | 84 PASS oldChildWindow.ondrag is newChildWindow.ondrag |
84 PASS oldChildWindow.ondragend is newChildWindow.ondragend | 85 PASS oldChildWindow.ondragend is newChildWindow.ondragend |
85 PASS oldChildWindow.ondragenter is newChildWindow.ondragenter | 86 PASS oldChildWindow.ondragenter is newChildWindow.ondragenter |
86 PASS oldChildWindow.ondragleave is newChildWindow.ondragleave | 87 PASS oldChildWindow.ondragleave is newChildWindow.ondragleave |
87 PASS oldChildWindow.ondragover is newChildWindow.ondragover | 88 PASS oldChildWindow.ondragover is newChildWindow.ondragover |
88 PASS oldChildWindow.ondragstart is newChildWindow.ondragstart | 89 PASS oldChildWindow.ondragstart is newChildWindow.ondragstart |
89 PASS oldChildWindow.ondrop is newChildWindow.ondrop | 90 PASS oldChildWindow.ondrop is newChildWindow.ondrop |
90 PASS oldChildWindow.ondurationchange is newChildWindow.ondurationchange | 91 PASS oldChildWindow.ondurationchange is newChildWindow.ondurationchange |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking | 200 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking |
200 PASS oldChildWindow.status is newChildWindow.status | 201 PASS oldChildWindow.status is newChildWindow.status |
201 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible | 202 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible |
202 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type | 203 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type |
203 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible | 204 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible |
204 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed | 205 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed |
205 PASS successfullyParsed is true | 206 PASS successfullyParsed is true |
206 | 207 |
207 TEST COMPLETE | 208 TEST COMPLETE |
208 | 209 |
OLD | NEW |