Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Side by Side Diff: LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt

Issue 208243016: Fix collected properties in window-property-collector.js (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove mac-specific results Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 remove d from a web page and garbage collected. Test should not crash and properties sh ould be set to sane defaults. 2 Tests property access on a cached DOMWindow after the associated frame is remove d from a web page and garbage collected. Test should not crash and properties sh ould be set to sane defaults.
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 FAIL childWindow.applicationCache.oncached should be null. Threw exception TypeE rror: Cannot read property 'oncached' of null
8 FAIL childWindow.applicationCache.onchecking should be null. Threw exception Typ eError: Cannot read property 'onchecking' of null
9 FAIL childWindow.applicationCache.ondownloading should be null. Threw exception TypeError: Cannot read property 'ondownloading' of null
10 FAIL childWindow.applicationCache.onerror should be null. Threw exception TypeEr ror: Cannot read property 'onerror' of null
11 FAIL childWindow.applicationCache.onnoupdate should be null. Threw exception Typ eError: Cannot read property 'onnoupdate' of null
12 FAIL childWindow.applicationCache.onobsolete should be null. Threw exception Typ eError: Cannot read property 'onobsolete' of null
13 FAIL childWindow.applicationCache.onprogress should be null. Threw exception Typ eError: Cannot read property 'onprogress' of null
14 FAIL childWindow.applicationCache.onupdateready should be null. Threw exception TypeError: Cannot read property 'onupdateready' of null
15 FAIL childWindow.applicationCache.status should be 0. Threw exception TypeError: Cannot read property 'status' of null
16 FAIL childWindow.closed should be false. Was true.
17 PASS childWindow.defaultStatus is ''
18 PASS childWindow.defaultstatus is ''
7 PASS childWindow.devicePixelRatio is 0 19 PASS childWindow.devicePixelRatio is 0
20 PASS childWindow.frameElement is null
8 PASS childWindow.history.length is 0 21 PASS childWindow.history.length is 0
22 PASS childWindow.history.state is null
9 PASS childWindow.innerHeight is 0 23 PASS childWindow.innerHeight is 0
10 PASS childWindow.innerWidth is 0 24 PASS childWindow.innerWidth is 0
11 FAIL childWindow.jsTestIsAsync should be false (of type boolean). Was undefined (of type undefined). 25 FAIL childWindow.jsTestIsAsync should be false (of type boolean). Was undefined (of type undefined).
12 PASS childWindow.length is 0 26 PASS childWindow.length is 0
27 FAIL childWindow.location.ancestorOrigins.length should be 0. Threw exception Ty peError: Cannot read property 'length' of undefined
28 FAIL childWindow.location.hash should be (of type string). Was undefined (of ty pe undefined).
29 FAIL childWindow.location.host should be (of type string). Was undefined (of ty pe undefined).
30 FAIL childWindow.location.hostname should be (of type string). Was undefined (o f type undefined).
13 FAIL childWindow.location.href should be about:blank (of type string). Was undef ined (of type undefined). 31 FAIL childWindow.location.href should be about:blank (of type string). Was undef ined (of type undefined).
14 FAIL childWindow.location.origin should be null (of type string). Was undefined (of type undefined). 32 FAIL childWindow.location.origin should be null (of type string). Was undefined (of type undefined).
15 FAIL childWindow.location.pathname should be blank (of type string). Was undefin ed (of type undefined). 33 FAIL childWindow.location.pathname should be blank (of type string). Was undefin ed (of type undefined).
34 FAIL childWindow.location.port should be (of type string). Was undefined (of ty pe undefined).
16 FAIL childWindow.location.protocol should be about: (of type string). Was undefi ned (of type undefined). 35 FAIL childWindow.location.protocol should be about: (of type string). Was undefi ned (of type undefined).
36 FAIL childWindow.location.search should be (of type string). Was undefined (of type undefined).
17 PASS childWindow.locationbar.visible is false 37 PASS childWindow.locationbar.visible is false
18 PASS childWindow.menubar.visible is false 38 PASS childWindow.menubar.visible is false
39 PASS childWindow.name is ''
19 PASS childWindow.navigator.appCodeName is window.navigator.appCodeName 40 PASS childWindow.navigator.appCodeName is window.navigator.appCodeName
20 PASS childWindow.navigator.appName is window.navigator.appName 41 PASS childWindow.navigator.appName is window.navigator.appName
21 PASS childWindow.navigator.appVersion is '' 42 PASS childWindow.navigator.appVersion is ''
22 FAIL childWindow.navigator.battery.charging should be false. Threw exception Typ eError: Cannot read property 'charging' of null 43 FAIL childWindow.navigator.battery.charging should be false. Threw exception Typ eError: Cannot read property 'charging' of null
23 FAIL childWindow.navigator.battery.chargingTime should be 0. Threw exception Typ eError: Cannot read property 'chargingTime' of null 44 FAIL childWindow.navigator.battery.chargingTime should be 0. Threw exception Typ eError: Cannot read property 'chargingTime' of null
24 FAIL childWindow.navigator.battery.dischargingTime should be 0. Threw exception TypeError: Cannot read property 'dischargingTime' of null 45 FAIL childWindow.navigator.battery.dischargingTime should be 0. Threw exception TypeError: Cannot read property 'dischargingTime' of null
25 FAIL childWindow.navigator.battery.level should be 0. Threw exception TypeError: Cannot read property 'level' of null 46 FAIL childWindow.navigator.battery.level should be 0. Threw exception TypeError: Cannot read property 'level' of null
47 FAIL childWindow.navigator.battery.onchargingchange should be null. Threw except ion TypeError: Cannot read property 'onchargingchange' of null
48 FAIL childWindow.navigator.battery.onchargingtimechange should be null. Threw ex ception TypeError: Cannot read property 'onchargingtimechange' of null
49 FAIL childWindow.navigator.battery.ondischargingtimechange should be null. Threw exception TypeError: Cannot read property 'ondischargingtimechange' of null
50 FAIL childWindow.navigator.battery.onlevelchange should be null. Threw exception TypeError: Cannot read property 'onlevelchange' of null
26 PASS childWindow.navigator.cookieEnabled is false 51 PASS childWindow.navigator.cookieEnabled is false
52 PASS childWindow.navigator.doNotTrack is null
27 PASS childWindow.navigator.language is window.navigator.language 53 PASS childWindow.navigator.language is window.navigator.language
54 PASS childWindow.navigator.maxTouchPoints is 0
28 PASS childWindow.navigator.onLine is window.navigator.onLine 55 PASS childWindow.navigator.onLine is window.navigator.onLine
29 PASS childWindow.navigator.platform is window.navigator.platform 56 PASS childWindow.navigator.platform is window.navigator.platform
30 PASS childWindow.navigator.product is window.navigator.product 57 PASS childWindow.navigator.product is window.navigator.product
31 PASS childWindow.navigator.productSub is window.navigator.productSub 58 PASS childWindow.navigator.productSub is window.navigator.productSub
32 PASS childWindow.navigator.userAgent is '' 59 PASS childWindow.navigator.userAgent is ''
33 PASS childWindow.navigator.vendor is window.navigator.vendor 60 PASS childWindow.navigator.vendor is window.navigator.vendor
61 PASS childWindow.navigator.vendorSub is ''
34 FAIL childWindow.offscreenBuffering should be false. Was true. 62 FAIL childWindow.offscreenBuffering should be false. Was true.
63 PASS childWindow.onabort is null
64 PASS childWindow.onanimationend is null
65 PASS childWindow.onanimationiteration is null
66 PASS childWindow.onanimationstart is null
67 PASS childWindow.onbeforeunload is null
68 PASS childWindow.onblur is null
69 PASS childWindow.oncancel is null
70 PASS childWindow.oncanplay is null
71 PASS childWindow.oncanplaythrough is null
72 PASS childWindow.onchange is null
73 PASS childWindow.onclick is null
74 PASS childWindow.onclose is null
75 PASS childWindow.oncontextmenu is null
76 PASS childWindow.oncuechange is null
77 PASS childWindow.ondblclick is null
78 PASS childWindow.ondevicemotion is null
79 PASS childWindow.ondeviceorientation is null
80 PASS childWindow.ondrag is null
81 PASS childWindow.ondragend is null
82 PASS childWindow.ondragenter is null
83 PASS childWindow.ondragleave is null
84 PASS childWindow.ondragover is null
85 PASS childWindow.ondragstart is null
86 PASS childWindow.ondrop is null
87 PASS childWindow.ondurationchange is null
88 PASS childWindow.onemptied is null
89 PASS childWindow.onended is null
90 PASS childWindow.onfocus is null
91 PASS childWindow.onhashchange is null
92 PASS childWindow.oninput is null
93 PASS childWindow.oninvalid is null
94 PASS childWindow.onkeydown is null
95 PASS childWindow.onkeypress is null
96 PASS childWindow.onkeyup is null
97 PASS childWindow.onload is null
98 PASS childWindow.onloadeddata is null
99 PASS childWindow.onloadedmetadata is null
100 PASS childWindow.onloadstart is null
101 PASS childWindow.onmessage is null
102 PASS childWindow.onmousedown is null
103 PASS childWindow.onmouseenter is null
104 PASS childWindow.onmouseleave is null
105 PASS childWindow.onmousemove is null
106 PASS childWindow.onmouseout is null
107 PASS childWindow.onmouseover is null
108 PASS childWindow.onmouseup is null
109 PASS childWindow.onmousewheel is null
110 PASS childWindow.onoffline is null
111 PASS childWindow.ononline is null
112 PASS childWindow.onpagehide is null
113 PASS childWindow.onpageshow is null
114 PASS childWindow.onpause is null
115 PASS childWindow.onplay is null
116 PASS childWindow.onplaying is null
117 PASS childWindow.onpopstate is null
118 PASS childWindow.onprogress is null
119 PASS childWindow.onratechange is null
120 PASS childWindow.onreset is null
121 PASS childWindow.onresize is null
122 PASS childWindow.onscroll is null
123 PASS childWindow.onsearch is null
124 PASS childWindow.onseeked is null
125 PASS childWindow.onseeking is null
126 PASS childWindow.onselect is null
127 PASS childWindow.onshow is null
128 PASS childWindow.onstalled is null
129 PASS childWindow.onstorage is null
130 PASS childWindow.onsubmit is null
131 PASS childWindow.onsuspend is null
132 PASS childWindow.ontimeupdate is null
133 PASS childWindow.ontouchcancel is null
134 PASS childWindow.ontouchend is null
135 PASS childWindow.ontouchmove is null
136 PASS childWindow.ontouchstart is null
137 PASS childWindow.ontransitionend is null
138 PASS childWindow.onunload is null
139 PASS childWindow.onvolumechange is null
140 PASS childWindow.onwaiting is null
141 PASS childWindow.onwebkitanimationend is null
142 PASS childWindow.onwebkitanimationiteration is null
143 PASS childWindow.onwebkitanimationstart is null
144 PASS childWindow.onwebkittransitionend is null
145 PASS childWindow.onwheel is null
146 PASS childWindow.opener is null
35 PASS childWindow.outerHeight is 0 147 PASS childWindow.outerHeight is 0
36 PASS childWindow.outerWidth is 0 148 PASS childWindow.outerWidth is 0
149 PASS childWindow.pageXOffset is 0
150 PASS childWindow.pageYOffset is 0
151 PASS childWindow.performance.navigation.redirectCount is 0
152 PASS childWindow.performance.navigation.type is 0
153 PASS childWindow.performance.onwebkitresourcetimingbufferfull is null
37 PASS childWindow.performance.timing.connectEnd is 0 154 PASS childWindow.performance.timing.connectEnd is 0
38 PASS childWindow.performance.timing.connectStart is 0 155 PASS childWindow.performance.timing.connectStart is 0
156 PASS childWindow.performance.timing.domComplete is 0
157 PASS childWindow.performance.timing.domContentLoadedEventEnd is 0
158 PASS childWindow.performance.timing.domContentLoadedEventStart is 0
159 PASS childWindow.performance.timing.domInteractive is 0
39 PASS childWindow.performance.timing.domLoading is 0 160 PASS childWindow.performance.timing.domLoading is 0
40 PASS childWindow.performance.timing.domainLookupEnd is 0 161 PASS childWindow.performance.timing.domainLookupEnd is 0
41 PASS childWindow.performance.timing.domainLookupStart is 0 162 PASS childWindow.performance.timing.domainLookupStart is 0
42 PASS childWindow.performance.timing.fetchStart is 0 163 PASS childWindow.performance.timing.fetchStart is 0
164 PASS childWindow.performance.timing.loadEventEnd is 0
165 PASS childWindow.performance.timing.loadEventStart is 0
43 PASS childWindow.performance.timing.navigationStart is 0 166 PASS childWindow.performance.timing.navigationStart is 0
167 PASS childWindow.performance.timing.redirectEnd is 0
168 PASS childWindow.performance.timing.redirectStart is 0
44 PASS childWindow.performance.timing.requestStart is 0 169 PASS childWindow.performance.timing.requestStart is 0
45 PASS childWindow.performance.timing.responseEnd is 0 170 PASS childWindow.performance.timing.responseEnd is 0
46 PASS childWindow.performance.timing.responseStart is 0 171 PASS childWindow.performance.timing.responseStart is 0
172 PASS childWindow.performance.timing.secureConnectionStart is 0
173 PASS childWindow.performance.timing.unloadEventEnd is 0
174 PASS childWindow.performance.timing.unloadEventStart is 0
47 PASS childWindow.personalbar.visible is false 175 PASS childWindow.personalbar.visible is false
48 PASS childWindow.screen.availHeight is 0 176 PASS childWindow.screen.availHeight is 0
177 PASS childWindow.screen.availLeft is 0
178 PASS childWindow.screen.availTop is 0
49 PASS childWindow.screen.availWidth is 0 179 PASS childWindow.screen.availWidth is 0
50 PASS childWindow.screen.colorDepth is 0 180 PASS childWindow.screen.colorDepth is 0
51 PASS childWindow.screen.height is 0 181 PASS childWindow.screen.height is 0
182 PASS childWindow.screen.onorientationchange is null
52 PASS childWindow.screen.orientation is 'portrait-primary' 183 PASS childWindow.screen.orientation is 'portrait-primary'
53 PASS childWindow.screen.pixelDepth is 0 184 PASS childWindow.screen.pixelDepth is 0
54 PASS childWindow.screen.width is 0 185 PASS childWindow.screen.width is 0
186 PASS childWindow.screenLeft is 0
187 PASS childWindow.screenTop is 0
188 PASS childWindow.screenX is 0
189 PASS childWindow.screenY is 0
190 PASS childWindow.scrollX is 0
191 PASS childWindow.scrollY is 0
55 PASS childWindow.scrollbars.visible is false 192 PASS childWindow.scrollbars.visible is false
193 FAIL childWindow.speechSynthesis.onvoiceschanged should be null. Threw exception TypeError: Cannot read property 'onvoiceschanged' of null
194 FAIL childWindow.speechSynthesis.paused should be false. Threw exception TypeErr or: Cannot read property 'paused' of null
195 FAIL childWindow.speechSynthesis.pending should be false. Threw exception TypeEr ror: Cannot read property 'pending' of null
196 FAIL childWindow.speechSynthesis.speaking should be false. Threw exception TypeE rror: Cannot read property 'speaking' of null
197 PASS childWindow.status is ''
56 PASS childWindow.statusbar.visible is false 198 PASS childWindow.statusbar.visible is false
57 PASS childWindow.styleMedia.type is '' 199 PASS childWindow.styleMedia.type is ''
58 PASS childWindow.toolbar.visible is false 200 PASS childWindow.toolbar.visible is false
59 PASS successfullyParsed is true 201 PASS successfullyParsed is true
60 202
61 TEST COMPLETE 203 TEST COMPLETE
62 204
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698