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 access of cached DOMWindow properties after the associated frame is no lon
ger in a web page. Test should not crash and properties should be set to sane de
faults. | 2 Tests access of cached DOMWindow properties after the associated frame is no lon
ger in a web page. Test should not crash and properties should be set to sane de
faults. |
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 window.cached_applicationCache.oncached is null |
| 8 PASS window.cached_applicationCache.onchecking is null |
| 9 PASS window.cached_applicationCache.ondownloading is null |
| 10 PASS window.cached_applicationCache.onerror is null |
| 11 PASS window.cached_applicationCache.onnoupdate is null |
| 12 PASS window.cached_applicationCache.onobsolete is null |
| 13 PASS window.cached_applicationCache.onprogress is null |
| 14 PASS window.cached_applicationCache.onupdateready is null |
| 15 PASS window.cached_applicationCache.status is 0 |
7 PASS window.cached_history.length is 0 | 16 PASS window.cached_history.length is 0 |
| 17 PASS window.cached_history.state is null |
| 18 PASS window.cached_location.hash is '' |
| 19 PASS window.cached_location.host is '' |
| 20 PASS window.cached_location.hostname is '' |
8 PASS window.cached_location.href is 'about:blank' | 21 PASS window.cached_location.href is 'about:blank' |
9 PASS window.cached_location.origin is 'null' | 22 PASS window.cached_location.origin is 'null' |
10 PASS window.cached_location.pathname is 'blank' | 23 PASS window.cached_location.pathname is 'blank' |
| 24 PASS window.cached_location.port is '' |
11 PASS window.cached_location.protocol is 'about:' | 25 PASS window.cached_location.protocol is 'about:' |
| 26 PASS window.cached_location.search is '' |
| 27 FAIL window.cached_location_ancestorOrigins.length should be 0. Was 1. |
12 PASS window.cached_locationbar.visible is false | 28 PASS window.cached_locationbar.visible is false |
13 PASS window.cached_menubar.visible is false | 29 PASS window.cached_menubar.visible is false |
14 PASS window.cached_navigator.appCodeName is window.navigator.appCodeName | 30 PASS window.cached_navigator.appCodeName is window.navigator.appCodeName |
15 PASS window.cached_navigator.appName is window.navigator.appName | 31 PASS window.cached_navigator.appName is window.navigator.appName |
16 PASS window.cached_navigator.appVersion is '' | 32 PASS window.cached_navigator.appVersion is '' |
17 PASS window.cached_navigator.cookieEnabled is false | 33 PASS window.cached_navigator.cookieEnabled is false |
| 34 PASS window.cached_navigator.doNotTrack is null |
18 PASS window.cached_navigator.language is window.navigator.language | 35 PASS window.cached_navigator.language is window.navigator.language |
| 36 PASS window.cached_navigator.maxTouchPoints is 0 |
19 PASS window.cached_navigator.onLine is window.navigator.onLine | 37 PASS window.cached_navigator.onLine is window.navigator.onLine |
20 PASS window.cached_navigator.platform is window.navigator.platform | 38 PASS window.cached_navigator.platform is window.navigator.platform |
21 PASS window.cached_navigator.product is window.navigator.product | 39 PASS window.cached_navigator.product is window.navigator.product |
22 PASS window.cached_navigator.productSub is window.navigator.productSub | 40 PASS window.cached_navigator.productSub is window.navigator.productSub |
23 PASS window.cached_navigator.userAgent is '' | 41 PASS window.cached_navigator.userAgent is '' |
24 PASS window.cached_navigator.vendor is window.navigator.vendor | 42 PASS window.cached_navigator.vendor is window.navigator.vendor |
| 43 PASS window.cached_navigator.vendorSub is '' |
25 FAIL window.cached_navigator_battery.charging should be false. Was true. | 44 FAIL window.cached_navigator_battery.charging should be false. Was true. |
26 FAIL window.cached_navigator_battery.chargingTime should be 0. Was Infinity. | 45 FAIL window.cached_navigator_battery.chargingTime should be 0. Was Infinity. |
27 FAIL window.cached_navigator_battery.dischargingTime should be 0. Was Infinity. | 46 FAIL window.cached_navigator_battery.dischargingTime should be 0. Was Infinity. |
28 FAIL window.cached_navigator_battery.level should be 0. Was 1. | 47 FAIL window.cached_navigator_battery.level should be 0. Was 1. |
| 48 PASS window.cached_navigator_battery.onchargingchange is null |
| 49 PASS window.cached_navigator_battery.onchargingtimechange is null |
| 50 PASS window.cached_navigator_battery.ondischargingtimechange is null |
| 51 PASS window.cached_navigator_battery.onlevelchange is null |
| 52 PASS window.cached_performance.onwebkitresourcetimingbufferfull is null |
| 53 PASS window.cached_performance_navigation.redirectCount is 0 |
| 54 PASS window.cached_performance_navigation.type is 0 |
29 PASS window.cached_performance_timing.connectEnd is 0 | 55 PASS window.cached_performance_timing.connectEnd is 0 |
30 PASS window.cached_performance_timing.connectStart is 0 | 56 PASS window.cached_performance_timing.connectStart is 0 |
| 57 PASS window.cached_performance_timing.domComplete is 0 |
| 58 PASS window.cached_performance_timing.domContentLoadedEventEnd is 0 |
| 59 PASS window.cached_performance_timing.domContentLoadedEventStart is 0 |
| 60 PASS window.cached_performance_timing.domInteractive is 0 |
31 PASS window.cached_performance_timing.domLoading is 0 | 61 PASS window.cached_performance_timing.domLoading is 0 |
32 PASS window.cached_performance_timing.domainLookupEnd is 0 | 62 PASS window.cached_performance_timing.domainLookupEnd is 0 |
33 PASS window.cached_performance_timing.domainLookupStart is 0 | 63 PASS window.cached_performance_timing.domainLookupStart is 0 |
34 PASS window.cached_performance_timing.fetchStart is 0 | 64 PASS window.cached_performance_timing.fetchStart is 0 |
| 65 PASS window.cached_performance_timing.loadEventEnd is 0 |
| 66 PASS window.cached_performance_timing.loadEventStart is 0 |
35 PASS window.cached_performance_timing.navigationStart is 0 | 67 PASS window.cached_performance_timing.navigationStart is 0 |
| 68 PASS window.cached_performance_timing.redirectEnd is 0 |
| 69 PASS window.cached_performance_timing.redirectStart is 0 |
36 PASS window.cached_performance_timing.requestStart is 0 | 70 PASS window.cached_performance_timing.requestStart is 0 |
37 PASS window.cached_performance_timing.responseEnd is 0 | 71 PASS window.cached_performance_timing.responseEnd is 0 |
38 PASS window.cached_performance_timing.responseStart is 0 | 72 PASS window.cached_performance_timing.responseStart is 0 |
| 73 PASS window.cached_performance_timing.secureConnectionStart is 0 |
| 74 PASS window.cached_performance_timing.unloadEventEnd is 0 |
| 75 PASS window.cached_performance_timing.unloadEventStart is 0 |
39 PASS window.cached_personalbar.visible is false | 76 PASS window.cached_personalbar.visible is false |
40 PASS window.cached_screen.availHeight is 0 | 77 PASS window.cached_screen.availHeight is 0 |
| 78 PASS window.cached_screen.availLeft is 0 |
| 79 PASS window.cached_screen.availTop is 0 |
41 PASS window.cached_screen.availWidth is 0 | 80 PASS window.cached_screen.availWidth is 0 |
42 PASS window.cached_screen.colorDepth is 0 | 81 PASS window.cached_screen.colorDepth is 0 |
43 PASS window.cached_screen.height is 0 | 82 PASS window.cached_screen.height is 0 |
| 83 PASS window.cached_screen.onorientationchange is null |
44 PASS window.cached_screen.orientation is 'portrait-primary' | 84 PASS window.cached_screen.orientation is 'portrait-primary' |
45 PASS window.cached_screen.pixelDepth is 0 | 85 PASS window.cached_screen.pixelDepth is 0 |
46 PASS window.cached_screen.width is 0 | 86 PASS window.cached_screen.width is 0 |
47 PASS window.cached_scrollbars.visible is false | 87 PASS window.cached_scrollbars.visible is false |
| 88 PASS window.cached_speechSynthesis.onvoiceschanged is null |
| 89 PASS window.cached_speechSynthesis.paused is false |
| 90 PASS window.cached_speechSynthesis.pending is false |
| 91 PASS window.cached_speechSynthesis.speaking is false |
48 PASS window.cached_statusbar.visible is false | 92 PASS window.cached_statusbar.visible is false |
49 PASS window.cached_styleMedia.type is '' | 93 PASS window.cached_styleMedia.type is '' |
50 PASS window.cached_toolbar.visible is false | 94 PASS window.cached_toolbar.visible is false |
51 PASS successfullyParsed is true | 95 PASS successfullyParsed is true |
52 | 96 |
53 TEST COMPLETE | 97 TEST COMPLETE |
54 | 98 |
OLD | NEW |