Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / Window / property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
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.
3 Tests access of cached DOMWindow properties after the associated frame is removed from a web page and garbage collected. Test should not crash and properties should be set to sane defaults.
4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6
7
8 PASS window.cached_applicationCache.oncached is null
9 PASS window.cached_applicationCache.onchecking is null
10 PASS window.cached_applicationCache.ondownloading is null
11 PASS window.cached_applicationCache.onerror is null
12 PASS window.cached_applicationCache.onnoupdate is null
13 PASS window.cached_applicationCache.onobsolete is null
14 PASS window.cached_applicationCache.onprogress is null
15 PASS window.cached_applicationCache.onupdateready is null
16 PASS window.cached_applicationCache.status is 0
17 PASS window.cached_history.length is 0
18 PASS window.cached_history.state is null
19 FAIL window.cached_location.hash should be  (of type string). Was undefined (of type undefined).
20 FAIL window.cached_location.host should be  (of type string). Was undefined (of type undefined).
21 FAIL window.cached_location.hostname should be  (of type string). Was undefined (of type undefined).
22 FAIL window.cached_location.href should be about:blank (of type string). Was undefined (of type undefined).
23 FAIL window.cached_location.origin should be null (of type string). Was undefined (of type undefined).
24 FAIL window.cached_location.pathname should be blank (of type string). Was undefined (of type undefined).
25 FAIL window.cached_location.port should be  (of type string). Was undefined (of type undefined).
26 FAIL window.cached_location.protocol should be about: (of type string). Was undefined (of type undefined).
27 FAIL window.cached_location.search should be  (of type string). Was undefined (of type undefined).
28 FAIL window.cached_location_ancestorOrigins.length should be 0. Was 1.
29 PASS window.cached_locationbar.visible is false
30 PASS window.cached_menubar.visible is false
31 PASS window.cached_navigator.appCodeName is window.navigator.appCodeName
32 PASS window.cached_navigator.appName is window.navigator.appName
33 PASS window.cached_navigator.appVersion is ''
34 PASS window.cached_navigator.cookieEnabled is false
35 PASS window.cached_navigator.doNotTrack is null
36 PASS window.cached_navigator.hardwareConcurrency is window.navigator.hardwareConcurrency
37 PASS window.cached_navigator.language is window.navigator.language
38 PASS window.cached_navigator.maxTouchPoints is 0
39 PASS window.cached_navigator.onLine is window.navigator.onLine
40 PASS window.cached_navigator.platform is window.navigator.platform
41 PASS window.cached_navigator.product is window.navigator.product
42 PASS window.cached_navigator.productSub is window.navigator.productSub
43 PASS window.cached_navigator.userAgent is ''
44 PASS window.cached_navigator.vendor is window.navigator.vendor
45 PASS window.cached_navigator.vendorSub is ''
46 PASS window.cached_navigator_connection.ontypechange is null
47 PASS window.cached_navigator_presentation.onavailablechange is null
48 PASS window.cached_navigator_presentation.session is null
49 PASS window.cached_navigator_serviceWorker.controller is null
50 PASS window.cached_performance.onwebkitresourcetimingbufferfull is null
51 PASS window.cached_performance_navigation.redirectCount is 0
52 PASS window.cached_performance_navigation.type is 0
53 PASS window.cached_performance_timing.connectEnd is 0
54 PASS window.cached_performance_timing.connectStart is 0
55 PASS window.cached_performance_timing.domComplete is 0
56 PASS window.cached_performance_timing.domContentLoadedEventEnd is 0
57 PASS window.cached_performance_timing.domContentLoadedEventStart is 0
58 PASS window.cached_performance_timing.domInteractive is 0
59 PASS window.cached_performance_timing.domLoading is 0
60 PASS window.cached_performance_timing.domainLookupEnd is 0
61 PASS window.cached_performance_timing.domainLookupStart is 0
62 PASS window.cached_performance_timing.fetchStart is 0
63 PASS window.cached_performance_timing.loadEventEnd is 0
64 PASS window.cached_performance_timing.loadEventStart is 0
65 PASS window.cached_performance_timing.navigationStart is 0
66 PASS window.cached_performance_timing.redirectEnd is 0
67 PASS window.cached_performance_timing.redirectStart is 0
68 PASS window.cached_performance_timing.requestStart is 0
69 PASS window.cached_performance_timing.responseEnd is 0
70 PASS window.cached_performance_timing.responseStart is 0
71 PASS window.cached_performance_timing.secureConnectionStart is 0
72 PASS window.cached_performance_timing.unloadEventEnd is 0
73 PASS window.cached_performance_timing.unloadEventStart is 0
74 PASS window.cached_personalbar.visible is false
75 PASS window.cached_screen.availHeight is 0
76 PASS window.cached_screen.availLeft is 0
77 PASS window.cached_screen.availTop is 0
78 PASS window.cached_screen.availWidth is 0
79 PASS window.cached_screen.colorDepth is 0
80 PASS window.cached_screen.height is 0
81 PASS window.cached_screen.pixelDepth is 0
82 PASS window.cached_screen.width is 0
83 PASS window.cached_screen_orientation.angle is 0
84 PASS window.cached_screen_orientation.onchange is null
85 FAIL window.cached_screen_orientation.type should be . Was portrait-primary.
86 PASS window.cached_scrollbars.visible is false
87 PASS window.cached_speechSynthesis.onvoiceschanged is null
88 PASS window.cached_speechSynthesis.paused is false
89 PASS window.cached_speechSynthesis.pending is false
90 PASS window.cached_speechSynthesis.speaking is false
91 PASS window.cached_statusbar.visible is false
92 PASS window.cached_styleMedia.type is ''
93 PASS window.cached_toolbar.visible is false
94 PASS successfullyParsed is true
95
96 TEST COMPLETE
97