b0f9a57d2dc1ce358e7a9e7942b98450677e7be4
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / Window / property-access-on-cached-window-after-frame-navigated-expected.txt
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 navigated. Test should not crash and properties read from the cached DOMWindow should be identical to properties through the 'current' DOMWindow.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5
6
7 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache.oncached
8 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCache.onchecking
9 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.applicationCache.ondownloading
10 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache.onerror
11 PASS oldChildWindow.applicationCache.onnoupdate is newChildWindow.applicationCache.onnoupdate
12 PASS oldChildWindow.applicationCache.onobsolete is newChildWindow.applicationCache.onobsolete
13 PASS oldChildWindow.applicationCache.onprogress is newChildWindow.applicationCache.onprogress
14 PASS oldChildWindow.applicationCache.onupdateready is newChildWindow.applicationCache.onupdateready
15 PASS oldChildWindow.applicationCache.status is newChildWindow.applicationCache.status
16 PASS oldChildWindow.closed is newChildWindow.closed
17 PASS oldChildWindow.defaultStatus is newChildWindow.defaultStatus
18 PASS oldChildWindow.defaultstatus is newChildWindow.defaultstatus
19 PASS oldChildWindow.devicePixelRatio is newChildWindow.devicePixelRatio
20 PASS oldChildWindow.frameElement is newChildWindow.frameElement
21 PASS oldChildWindow.history.length is newChildWindow.history.length
22 PASS oldChildWindow.history.state is newChildWindow.history.state
23 PASS oldChildWindow.innerHeight is newChildWindow.innerHeight
24 PASS oldChildWindow.innerWidth is newChildWindow.innerWidth
25 PASS oldChildWindow.jsTestIsAsync is newChildWindow.jsTestIsAsync
26 PASS oldChildWindow.length is newChildWindow.length
27 PASS oldChildWindow.location.ancestorOrigins.length is newChildWindow.location.ancestorOrigins.length
28 PASS oldChildWindow.location.hash is newChildWindow.location.hash
29 PASS oldChildWindow.location.host is newChildWindow.location.host
30 PASS oldChildWindow.location.hostname is newChildWindow.location.hostname
31 PASS oldChildWindow.location.href is newChildWindow.location.href
32 PASS oldChildWindow.location.origin is newChildWindow.location.origin
33 PASS oldChildWindow.location.pathname is newChildWindow.location.pathname
34 PASS oldChildWindow.location.port is newChildWindow.location.port
35 PASS oldChildWindow.location.protocol is newChildWindow.location.protocol
36 PASS oldChildWindow.location.search is newChildWindow.location.search
37 PASS oldChildWindow.locationbar.visible is newChildWindow.locationbar.visible
38 PASS oldChildWindow.menubar.visible is newChildWindow.menubar.visible
39 PASS oldChildWindow.name is newChildWindow.name
40 PASS oldChildWindow.navigator.appCodeName is newChildWindow.navigator.appCodeName
41 PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName
42 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion
43 PASS oldChildWindow.navigator.battery.charging is newChildWindow.navigator.battery.charging
44 PASS oldChildWindow.navigator.battery.chargingTime is newChildWindow.navigator.battery.chargingTime
45 PASS oldChildWindow.navigator.battery.dischargingTime is newChildWindow.navigator.battery.dischargingTime
46 PASS oldChildWindow.navigator.battery.level is newChildWindow.navigator.battery.level
47 PASS oldChildWindow.navigator.battery.onchargingchange is newChildWindow.navigator.battery.onchargingchange
48 PASS oldChildWindow.navigator.battery.onchargingtimechange is newChildWindow.navigator.battery.onchargingtimechange
49 PASS oldChildWindow.navigator.battery.ondischargingtimechange is newChildWindow.navigator.battery.ondischargingtimechange
50 PASS oldChildWindow.navigator.battery.onlevelchange is newChildWindow.navigator.battery.onlevelchange
51 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEnabled
52 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack
53 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language
54 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouchPoints
55 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine
56 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform
57 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product
58 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub
59 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent
60 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor
61 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub
62 PASS oldChildWindow.offscreenBuffering is newChildWindow.offscreenBuffering
63 PASS oldChildWindow.onabort is newChildWindow.onabort
64 PASS oldChildWindow.onanimationend is newChildWindow.onanimationend
65 PASS oldChildWindow.onanimationiteration is newChildWindow.onanimationiteration
66 PASS oldChildWindow.onanimationstart is newChildWindow.onanimationstart
67 PASS oldChildWindow.onbeforeunload is newChildWindow.onbeforeunload
68 PASS oldChildWindow.onblur is newChildWindow.onblur
69 PASS oldChildWindow.oncancel is newChildWindow.oncancel
70 PASS oldChildWindow.oncanplay is newChildWindow.oncanplay
71 PASS oldChildWindow.oncanplaythrough is newChildWindow.oncanplaythrough
72 PASS oldChildWindow.onchange is newChildWindow.onchange
73 PASS oldChildWindow.onclick is newChildWindow.onclick
74 PASS oldChildWindow.onclose is newChildWindow.onclose
75 PASS oldChildWindow.oncontextmenu is newChildWindow.oncontextmenu
76 PASS oldChildWindow.oncuechange is newChildWindow.oncuechange
77 PASS oldChildWindow.ondblclick is newChildWindow.ondblclick
78 PASS oldChildWindow.ondevicemotion is newChildWindow.ondevicemotion
79 PASS oldChildWindow.ondeviceorientation is newChildWindow.ondeviceorientation
80 PASS oldChildWindow.ondrag is newChildWindow.ondrag
81 PASS oldChildWindow.ondragend is newChildWindow.ondragend
82 PASS oldChildWindow.ondragenter is newChildWindow.ondragenter
83 PASS oldChildWindow.ondragleave is newChildWindow.ondragleave
84 PASS oldChildWindow.ondragover is newChildWindow.ondragover
85 PASS oldChildWindow.ondragstart is newChildWindow.ondragstart
86 PASS oldChildWindow.ondrop is newChildWindow.ondrop
87 PASS oldChildWindow.ondurationchange is newChildWindow.ondurationchange
88 PASS oldChildWindow.onemptied is newChildWindow.onemptied
89 PASS oldChildWindow.onended is newChildWindow.onended
90 PASS oldChildWindow.onfocus is newChildWindow.onfocus
91 PASS oldChildWindow.onhashchange is newChildWindow.onhashchange
92 PASS oldChildWindow.oninput is newChildWindow.oninput
93 PASS oldChildWindow.oninvalid is newChildWindow.oninvalid
94 PASS oldChildWindow.onkeydown is newChildWindow.onkeydown
95 PASS oldChildWindow.onkeypress is newChildWindow.onkeypress
96 PASS oldChildWindow.onkeyup is newChildWindow.onkeyup
97 PASS oldChildWindow.onload is newChildWindow.onload
98 PASS oldChildWindow.onloadeddata is newChildWindow.onloadeddata
99 PASS oldChildWindow.onloadedmetadata is newChildWindow.onloadedmetadata
100 PASS oldChildWindow.onloadstart is newChildWindow.onloadstart
101 PASS oldChildWindow.onmessage is newChildWindow.onmessage
102 PASS oldChildWindow.onmousedown is newChildWindow.onmousedown
103 PASS oldChildWindow.onmouseenter is newChildWindow.onmouseenter
104 PASS oldChildWindow.onmouseleave is newChildWindow.onmouseleave
105 PASS oldChildWindow.onmousemove is newChildWindow.onmousemove
106 PASS oldChildWindow.onmouseout is newChildWindow.onmouseout
107 PASS oldChildWindow.onmouseover is newChildWindow.onmouseover
108 PASS oldChildWindow.onmouseup is newChildWindow.onmouseup
109 PASS oldChildWindow.onmousewheel is newChildWindow.onmousewheel
110 PASS oldChildWindow.onoffline is newChildWindow.onoffline
111 PASS oldChildWindow.ononline is newChildWindow.ononline
112 PASS oldChildWindow.onpagehide is newChildWindow.onpagehide
113 PASS oldChildWindow.onpageshow is newChildWindow.onpageshow
114 PASS oldChildWindow.onpause is newChildWindow.onpause
115 PASS oldChildWindow.onplay is newChildWindow.onplay
116 PASS oldChildWindow.onplaying is newChildWindow.onplaying
117 PASS oldChildWindow.onpopstate is newChildWindow.onpopstate
118 PASS oldChildWindow.onprogress is newChildWindow.onprogress
119 PASS oldChildWindow.onratechange is newChildWindow.onratechange
120 PASS oldChildWindow.onreset is newChildWindow.onreset
121 PASS oldChildWindow.onresize is newChildWindow.onresize
122 PASS oldChildWindow.onscroll is newChildWindow.onscroll
123 PASS oldChildWindow.onsearch is newChildWindow.onsearch
124 PASS oldChildWindow.onseeked is newChildWindow.onseeked
125 PASS oldChildWindow.onseeking is newChildWindow.onseeking
126 PASS oldChildWindow.onselect is newChildWindow.onselect
127 PASS oldChildWindow.onshow is newChildWindow.onshow
128 PASS oldChildWindow.onstalled is newChildWindow.onstalled
129 PASS oldChildWindow.onstorage is newChildWindow.onstorage
130 PASS oldChildWindow.onsubmit is newChildWindow.onsubmit
131 PASS oldChildWindow.onsuspend is newChildWindow.onsuspend
132 PASS oldChildWindow.ontimeupdate is newChildWindow.ontimeupdate
133 PASS oldChildWindow.ontouchcancel is newChildWindow.ontouchcancel
134 PASS oldChildWindow.ontouchend is newChildWindow.ontouchend
135 PASS oldChildWindow.ontouchmove is newChildWindow.ontouchmove
136 PASS oldChildWindow.ontouchstart is newChildWindow.ontouchstart
137 PASS oldChildWindow.ontransitionend is newChildWindow.ontransitionend
138 PASS oldChildWindow.onunload is newChildWindow.onunload
139 PASS oldChildWindow.onvolumechange is newChildWindow.onvolumechange
140 PASS oldChildWindow.onwaiting is newChildWindow.onwaiting
141 PASS oldChildWindow.onwebkitanimationend is newChildWindow.onwebkitanimationend
142 PASS oldChildWindow.onwebkitanimationiteration is newChildWindow.onwebkitanimationiteration
143 PASS oldChildWindow.onwebkitanimationstart is newChildWindow.onwebkitanimationstart
144 PASS oldChildWindow.onwebkittransitionend is newChildWindow.onwebkittransitionend
145 PASS oldChildWindow.onwheel is newChildWindow.onwheel
146 PASS oldChildWindow.opener is newChildWindow.opener
147 PASS oldChildWindow.outerHeight is newChildWindow.outerHeight
148 PASS oldChildWindow.outerWidth is newChildWindow.outerWidth
149 PASS oldChildWindow.pageXOffset is newChildWindow.pageXOffset
150 PASS oldChildWindow.pageYOffset is newChildWindow.pageYOffset
151 PASS oldChildWindow.performance.navigation.redirectCount is newChildWindow.performance.navigation.redirectCount
152 PASS oldChildWindow.performance.navigation.type is newChildWindow.performance.navigation.type
153 PASS oldChildWindow.performance.onwebkitresourcetimingbufferfull is newChildWindow.performance.onwebkitresourcetimingbufferfull
154 PASS oldChildWindow.performance.timing.connectEnd is newChildWindow.performance.timing.connectEnd
155 PASS oldChildWindow.performance.timing.connectStart is newChildWindow.performance.timing.connectStart
156 PASS oldChildWindow.performance.timing.domComplete is newChildWindow.performance.timing.domComplete
157 PASS oldChildWindow.performance.timing.domContentLoadedEventEnd is newChildWindow.performance.timing.domContentLoadedEventEnd
158 PASS oldChildWindow.performance.timing.domContentLoadedEventStart is newChildWindow.performance.timing.domContentLoadedEventStart
159 PASS oldChildWindow.performance.timing.domInteractive is newChildWindow.performance.timing.domInteractive
160 PASS oldChildWindow.performance.timing.domLoading is newChildWindow.performance.timing.domLoading
161 PASS oldChildWindow.performance.timing.domainLookupEnd is newChildWindow.performance.timing.domainLookupEnd
162 PASS oldChildWindow.performance.timing.domainLookupStart is newChildWindow.performance.timing.domainLookupStart
163 PASS oldChildWindow.performance.timing.fetchStart is newChildWindow.performance.timing.fetchStart
164 PASS oldChildWindow.performance.timing.loadEventEnd is newChildWindow.performance.timing.loadEventEnd
165 PASS oldChildWindow.performance.timing.loadEventStart is newChildWindow.performance.timing.loadEventStart
166 PASS oldChildWindow.performance.timing.navigationStart is newChildWindow.performance.timing.navigationStart
167 PASS oldChildWindow.performance.timing.redirectEnd is newChildWindow.performance.timing.redirectEnd
168 PASS oldChildWindow.performance.timing.redirectStart is newChildWindow.performance.timing.redirectStart
169 PASS oldChildWindow.performance.timing.requestStart is newChildWindow.performance.timing.requestStart
170 PASS oldChildWindow.performance.timing.responseEnd is newChildWindow.performance.timing.responseEnd
171 PASS oldChildWindow.performance.timing.responseStart is newChildWindow.performance.timing.responseStart
172 PASS oldChildWindow.performance.timing.secureConnectionStart is newChildWindow.performance.timing.secureConnectionStart
173 PASS oldChildWindow.performance.timing.unloadEventEnd is newChildWindow.performance.timing.unloadEventEnd
174 PASS oldChildWindow.performance.timing.unloadEventStart is newChildWindow.performance.timing.unloadEventStart
175 PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible
176 PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight
177 PASS oldChildWindow.screen.availLeft is newChildWindow.screen.availLeft
178 PASS oldChildWindow.screen.availTop is newChildWindow.screen.availTop
179 PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth
180 PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth
181 PASS oldChildWindow.screen.height is newChildWindow.screen.height
182 PASS oldChildWindow.screen.onorientationchange is newChildWindow.screen.onorientationchange
183 PASS oldChildWindow.screen.orientation is newChildWindow.screen.orientation
184 PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth
185 PASS oldChildWindow.screen.width is newChildWindow.screen.width
186 PASS oldChildWindow.screenLeft is newChildWindow.screenLeft
187 PASS oldChildWindow.screenTop is newChildWindow.screenTop
188 PASS oldChildWindow.screenX is newChildWindow.screenX
189 PASS oldChildWindow.screenY is newChildWindow.screenY
190 PASS oldChildWindow.scrollX is newChildWindow.scrollX
191 PASS oldChildWindow.scrollY is newChildWindow.scrollY
192 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible
193 PASS oldChildWindow.speechSynthesis.onvoiceschanged is newChildWindow.speechSynthesis.onvoiceschanged
194 PASS oldChildWindow.speechSynthesis.paused is newChildWindow.speechSynthesis.paused
195 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pending
196 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.speaking
197 PASS oldChildWindow.status is newChildWindow.status
198 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
199 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
200 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
201 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptParsed
202 PASS successfullyParsed is true
203
204 TEST COMPLETE
205