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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 PASS oldChildWindow.navigator.connection.type is newChildWindow.navigator.connec
tion.type | 45 PASS oldChildWindow.navigator.connection.type is newChildWindow.navigator.connec
tion.type |
46 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn
abled | 46 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn
abled |
47 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack | 47 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack |
48 PASS oldChildWindow.navigator.hardwareConcurrency is newChildWindow.navigator.ha
rdwareConcurrency | 48 PASS oldChildWindow.navigator.hardwareConcurrency is newChildWindow.navigator.ha
rdwareConcurrency |
49 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language | 49 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language |
50 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc
hPoints | 50 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc
hPoints |
51 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine | 51 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine |
52 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform | 52 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform |
53 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product | 53 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product |
54 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub | 54 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub |
| 55 PASS oldChildWindow.navigator.serviceWorker.active is newChildWindow.navigator.s
erviceWorker.active |
55 PASS oldChildWindow.navigator.serviceWorker.controller is newChildWindow.navigat
or.serviceWorker.controller | 56 PASS oldChildWindow.navigator.serviceWorker.controller is newChildWindow.navigat
or.serviceWorker.controller |
| 57 PASS oldChildWindow.navigator.serviceWorker.installing is newChildWindow.navigat
or.serviceWorker.installing |
56 PASS oldChildWindow.navigator.serviceWorker.waiting is newChildWindow.navigator.
serviceWorker.waiting | 58 PASS oldChildWindow.navigator.serviceWorker.waiting is newChildWindow.navigator.
serviceWorker.waiting |
57 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent | 59 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent |
58 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor | 60 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor |
59 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub | 61 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub |
60 PASS oldChildWindow.offscreenBuffering is newChildWindow.offscreenBuffering | 62 PASS oldChildWindow.offscreenBuffering is newChildWindow.offscreenBuffering |
61 PASS oldChildWindow.onabort is newChildWindow.onabort | 63 PASS oldChildWindow.onabort is newChildWindow.onabort |
62 PASS oldChildWindow.onanimationend is newChildWindow.onanimationend | 64 PASS oldChildWindow.onanimationend is newChildWindow.onanimationend |
63 PASS oldChildWindow.onanimationiteration is newChildWindow.onanimationiteration | 65 PASS oldChildWindow.onanimationiteration is newChildWindow.onanimationiteration |
64 PASS oldChildWindow.onanimationstart is newChildWindow.onanimationstart | 66 PASS oldChildWindow.onanimationstart is newChildWindow.onanimationstart |
65 PASS oldChildWindow.onautocomplete is newChildWindow.onautocomplete | 67 PASS oldChildWindow.onautocomplete is newChildWindow.onautocomplete |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking | 200 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s
peaking |
199 PASS oldChildWindow.status is newChildWindow.status | 201 PASS oldChildWindow.status is newChildWindow.status |
200 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible | 202 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible |
201 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type | 203 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type |
202 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible | 204 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible |
203 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed | 205 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed |
204 PASS successfullyParsed is true | 206 PASS successfullyParsed is true |
205 | 207 |
206 TEST COMPLETE | 208 TEST COMPLETE |
207 | 209 |
OLD | NEW |