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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt

Issue 2706923002: Rework security checks to be based on Window rather than Frame. (Closed)
Patch Set: Do not hardcode V8Window::wrapperTypeInfo Created 3 years, 7 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
(Empty)
1 CONSOLE WARNING: line 104: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea d.
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
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.applicationCac he.onchecking
9 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading
10 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache. onerror
11 PASS oldChildWindow.applicationCache.onnoupdate is newChildWindow.applicationCac he.onnoupdate
12 PASS oldChildWindow.applicationCache.onobsolete is newChildWindow.applicationCac he.onobsolete
13 PASS oldChildWindow.applicationCache.onprogress is newChildWindow.applicationCac he.onprogress
14 PASS oldChildWindow.applicationCache.onupdateready is newChildWindow.application Cache.onupdateready
15 PASS oldChildWindow.applicationCache.status is newChildWindow.applicationCache.s tatus
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.history.length is newChildWindow.history.length
21 PASS oldChildWindow.history.scrollRestoration is newChildWindow.history.scrollRe storation
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.isSecureContext is newChildWindow.isSecureContext
26 PASS oldChildWindow.length is newChildWindow.length
27 PASS oldChildWindow.location.ancestorOrigins.length is newChildWindow.location.a ncestorOrigins.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.appCodeNam e
41 PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName
42 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion
43 PASS oldChildWindow.navigator.connection.onchange is newChildWindow.navigator.co nnection.onchange
44 PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigato r.connection.ontypechange
45 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled
46 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack
47 PASS oldChildWindow.navigator.hardwareConcurrency is newChildWindow.navigator.ha rdwareConcurrency
48 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language
49 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc hPoints
50 PASS oldChildWindow.navigator.mediaDevices.ondevicechange is newChildWindow.navi gator.mediaDevices.ondevicechange
51 PASS oldChildWindow.navigator.mediaSession.metadata is newChildWindow.navigator. mediaSession.metadata
52 PASS oldChildWindow.navigator.mediaSession.playbackState is newChildWindow.navig ator.mediaSession.playbackState
53 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine
54 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform
55 PASS oldChildWindow.navigator.presentation.defaultRequest is newChildWindow.navi gator.presentation.defaultRequest
56 PASS oldChildWindow.navigator.presentation.receiver is newChildWindow.navigator. presentation.receiver
57 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product
58 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub
59 PASS oldChildWindow.navigator.serviceWorker.controller is newChildWindow.navigat or.serviceWorker.controller
60 PASS oldChildWindow.navigator.serviceWorker.oncontrollerchange is newChildWindow .navigator.serviceWorker.oncontrollerchange
61 PASS oldChildWindow.navigator.serviceWorker.onmessage is newChildWindow.navigato r.serviceWorker.onmessage
62 PASS oldChildWindow.navigator.usb.onconnect is newChildWindow.navigator.usb.onco nnect
63 PASS oldChildWindow.navigator.usb.ondisconnect is newChildWindow.navigator.usb.o ndisconnect
64 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent
65 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor
66 PASS oldChildWindow.navigator.vendorSub is newChildWindow.navigator.vendorSub
67 PASS oldChildWindow.onabort is newChildWindow.onabort
68 PASS oldChildWindow.onanimationend is newChildWindow.onanimationend
69 PASS oldChildWindow.onanimationiteration is newChildWindow.onanimationiteration
70 PASS oldChildWindow.onanimationstart is newChildWindow.onanimationstart
71 PASS oldChildWindow.onauxclick is newChildWindow.onauxclick
72 PASS oldChildWindow.onbeforeunload is newChildWindow.onbeforeunload
73 PASS oldChildWindow.onblur is newChildWindow.onblur
74 PASS oldChildWindow.oncancel is newChildWindow.oncancel
75 PASS oldChildWindow.oncanplay is newChildWindow.oncanplay
76 PASS oldChildWindow.oncanplaythrough is newChildWindow.oncanplaythrough
77 PASS oldChildWindow.onchange is newChildWindow.onchange
78 PASS oldChildWindow.onclick is newChildWindow.onclick
79 PASS oldChildWindow.onclose is newChildWindow.onclose
80 PASS oldChildWindow.oncontextmenu is newChildWindow.oncontextmenu
81 PASS oldChildWindow.oncuechange is newChildWindow.oncuechange
82 PASS oldChildWindow.ondblclick is newChildWindow.ondblclick
83 PASS oldChildWindow.ondevicemotion is newChildWindow.ondevicemotion
84 PASS oldChildWindow.ondeviceorientation is newChildWindow.ondeviceorientation
85 PASS oldChildWindow.ondeviceorientationabsolute is newChildWindow.ondeviceorient ationabsolute
86 PASS oldChildWindow.ondrag is newChildWindow.ondrag
87 PASS oldChildWindow.ondragend is newChildWindow.ondragend
88 PASS oldChildWindow.ondragenter is newChildWindow.ondragenter
89 PASS oldChildWindow.ondragleave is newChildWindow.ondragleave
90 PASS oldChildWindow.ondragover is newChildWindow.ondragover
91 PASS oldChildWindow.ondragstart is newChildWindow.ondragstart
92 PASS oldChildWindow.ondrop is newChildWindow.ondrop
93 PASS oldChildWindow.ondurationchange is newChildWindow.ondurationchange
94 PASS oldChildWindow.onemptied is newChildWindow.onemptied
95 PASS oldChildWindow.onended is newChildWindow.onended
96 PASS oldChildWindow.onerror is newChildWindow.onerror
97 PASS oldChildWindow.onfocus is newChildWindow.onfocus
98 PASS oldChildWindow.ongotpointercapture is newChildWindow.ongotpointercapture
99 PASS oldChildWindow.onhashchange is newChildWindow.onhashchange
100 PASS oldChildWindow.oninput is newChildWindow.oninput
101 PASS oldChildWindow.oninvalid is newChildWindow.oninvalid
102 PASS oldChildWindow.onkeydown is newChildWindow.onkeydown
103 PASS oldChildWindow.onkeypress is newChildWindow.onkeypress
104 PASS oldChildWindow.onkeyup is newChildWindow.onkeyup
105 PASS oldChildWindow.onlanguagechange is newChildWindow.onlanguagechange
106 PASS oldChildWindow.onload is newChildWindow.onload
107 PASS oldChildWindow.onloadeddata is newChildWindow.onloadeddata
108 PASS oldChildWindow.onloadedmetadata is newChildWindow.onloadedmetadata
109 PASS oldChildWindow.onloadstart is newChildWindow.onloadstart
110 PASS oldChildWindow.onlostpointercapture is newChildWindow.onlostpointercapture
111 PASS oldChildWindow.onmessage is newChildWindow.onmessage
112 PASS oldChildWindow.onmessageerror is newChildWindow.onmessageerror
113 PASS oldChildWindow.onmousedown is newChildWindow.onmousedown
114 PASS oldChildWindow.onmouseenter is newChildWindow.onmouseenter
115 PASS oldChildWindow.onmouseleave is newChildWindow.onmouseleave
116 PASS oldChildWindow.onmousemove is newChildWindow.onmousemove
117 PASS oldChildWindow.onmouseout is newChildWindow.onmouseout
118 PASS oldChildWindow.onmouseover is newChildWindow.onmouseover
119 PASS oldChildWindow.onmouseup is newChildWindow.onmouseup
120 PASS oldChildWindow.onmousewheel is newChildWindow.onmousewheel
121 PASS oldChildWindow.onoffline is newChildWindow.onoffline
122 PASS oldChildWindow.ononline is newChildWindow.ononline
123 PASS oldChildWindow.onpagehide is newChildWindow.onpagehide
124 PASS oldChildWindow.onpageshow is newChildWindow.onpageshow
125 PASS oldChildWindow.onpause is newChildWindow.onpause
126 PASS oldChildWindow.onplay is newChildWindow.onplay
127 PASS oldChildWindow.onplaying is newChildWindow.onplaying
128 PASS oldChildWindow.onpointercancel is newChildWindow.onpointercancel
129 PASS oldChildWindow.onpointerdown is newChildWindow.onpointerdown
130 PASS oldChildWindow.onpointerenter is newChildWindow.onpointerenter
131 PASS oldChildWindow.onpointerleave is newChildWindow.onpointerleave
132 PASS oldChildWindow.onpointermove is newChildWindow.onpointermove
133 PASS oldChildWindow.onpointerout is newChildWindow.onpointerout
134 PASS oldChildWindow.onpointerover is newChildWindow.onpointerover
135 PASS oldChildWindow.onpointerup is newChildWindow.onpointerup
136 PASS oldChildWindow.onpopstate is newChildWindow.onpopstate
137 PASS oldChildWindow.onprogress is newChildWindow.onprogress
138 PASS oldChildWindow.onratechange is newChildWindow.onratechange
139 PASS oldChildWindow.onrejectionhandled is newChildWindow.onrejectionhandled
140 PASS oldChildWindow.onreset is newChildWindow.onreset
141 PASS oldChildWindow.onresize is newChildWindow.onresize
142 PASS oldChildWindow.onscroll is newChildWindow.onscroll
143 PASS oldChildWindow.onsearch is newChildWindow.onsearch
144 PASS oldChildWindow.onseeked is newChildWindow.onseeked
145 PASS oldChildWindow.onseeking is newChildWindow.onseeking
146 PASS oldChildWindow.onselect is newChildWindow.onselect
147 PASS oldChildWindow.onshow is newChildWindow.onshow
148 PASS oldChildWindow.onstalled is newChildWindow.onstalled
149 PASS oldChildWindow.onstorage is newChildWindow.onstorage
150 PASS oldChildWindow.onsubmit is newChildWindow.onsubmit
151 PASS oldChildWindow.onsuspend is newChildWindow.onsuspend
152 PASS oldChildWindow.ontimeupdate is newChildWindow.ontimeupdate
153 PASS oldChildWindow.ontoggle is newChildWindow.ontoggle
154 PASS oldChildWindow.ontouchcancel is newChildWindow.ontouchcancel
155 PASS oldChildWindow.ontouchend is newChildWindow.ontouchend
156 PASS oldChildWindow.ontouchmove is newChildWindow.ontouchmove
157 PASS oldChildWindow.ontouchstart is newChildWindow.ontouchstart
158 PASS oldChildWindow.ontransitionend is newChildWindow.ontransitionend
159 PASS oldChildWindow.onunhandledrejection is newChildWindow.onunhandledrejection
160 PASS oldChildWindow.onunload is newChildWindow.onunload
161 PASS oldChildWindow.onvolumechange is newChildWindow.onvolumechange
162 PASS oldChildWindow.onwaiting is newChildWindow.onwaiting
163 PASS oldChildWindow.onwebkitanimationend is newChildWindow.onwebkitanimationend
164 PASS oldChildWindow.onwebkitanimationiteration is newChildWindow.onwebkitanimati oniteration
165 PASS oldChildWindow.onwebkitanimationstart is newChildWindow.onwebkitanimationst art
166 PASS oldChildWindow.onwebkittransitionend is newChildWindow.onwebkittransitionen d
167 PASS oldChildWindow.onwheel is newChildWindow.onwheel
168 PASS oldChildWindow.opener is newChildWindow.opener
169 PASS oldChildWindow.origin is newChildWindow.origin
170 PASS oldChildWindow.outerHeight is newChildWindow.outerHeight
171 PASS oldChildWindow.outerWidth is newChildWindow.outerWidth
172 PASS oldChildWindow.pageXOffset is newChildWindow.pageXOffset
173 PASS oldChildWindow.pageYOffset is newChildWindow.pageYOffset
174 PASS oldChildWindow.performance.navigation.redirectCount is newChildWindow.perfo rmance.navigation.redirectCount
175 PASS oldChildWindow.performance.navigation.type is newChildWindow.performance.na vigation.type
176 PASS oldChildWindow.performance.onframetimingbufferfull is newChildWindow.perfor mance.onframetimingbufferfull
177 PASS oldChildWindow.performance.onresourcetimingbufferfull is newChildWindow.per formance.onresourcetimingbufferfull
178 PASS oldChildWindow.performance.timing.connectEnd is newChildWindow.performance. timing.connectEnd
179 PASS oldChildWindow.performance.timing.connectStart is newChildWindow.performanc e.timing.connectStart
180 PASS oldChildWindow.performance.timing.domComplete is newChildWindow.performance .timing.domComplete
181 PASS oldChildWindow.performance.timing.domContentLoadedEventEnd is newChildWindo w.performance.timing.domContentLoadedEventEnd
182 PASS oldChildWindow.performance.timing.domContentLoadedEventStart is newChildWin dow.performance.timing.domContentLoadedEventStart
183 PASS oldChildWindow.performance.timing.domInteractive is newChildWindow.performa nce.timing.domInteractive
184 PASS oldChildWindow.performance.timing.domLoading is newChildWindow.performance. timing.domLoading
185 PASS oldChildWindow.performance.timing.domainLookupEnd is newChildWindow.perform ance.timing.domainLookupEnd
186 PASS oldChildWindow.performance.timing.domainLookupStart is newChildWindow.perfo rmance.timing.domainLookupStart
187 PASS oldChildWindow.performance.timing.fetchStart is newChildWindow.performance. timing.fetchStart
188 PASS oldChildWindow.performance.timing.loadEventEnd is newChildWindow.performanc e.timing.loadEventEnd
189 PASS oldChildWindow.performance.timing.loadEventStart is newChildWindow.performa nce.timing.loadEventStart
190 PASS oldChildWindow.performance.timing.navigationStart is newChildWindow.perform ance.timing.navigationStart
191 PASS oldChildWindow.performance.timing.redirectEnd is newChildWindow.performance .timing.redirectEnd
192 PASS oldChildWindow.performance.timing.redirectStart is newChildWindow.performan ce.timing.redirectStart
193 PASS oldChildWindow.performance.timing.requestStart is newChildWindow.performanc e.timing.requestStart
194 PASS oldChildWindow.performance.timing.responseEnd is newChildWindow.performance .timing.responseEnd
195 PASS oldChildWindow.performance.timing.responseStart is newChildWindow.performan ce.timing.responseStart
196 PASS oldChildWindow.performance.timing.secureConnectionStart is newChildWindow.p erformance.timing.secureConnectionStart
197 PASS oldChildWindow.performance.timing.unloadEventEnd is newChildWindow.performa nce.timing.unloadEventEnd
198 PASS oldChildWindow.performance.timing.unloadEventStart is newChildWindow.perfor mance.timing.unloadEventStart
199 PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible
200 PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight
201 PASS oldChildWindow.screen.availLeft is newChildWindow.screen.availLeft
202 PASS oldChildWindow.screen.availTop is newChildWindow.screen.availTop
203 PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth
204 PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth
205 PASS oldChildWindow.screen.height is newChildWindow.screen.height
206 PASS oldChildWindow.screen.keepAwake is newChildWindow.screen.keepAwake
207 PASS oldChildWindow.screen.orientation.angle is newChildWindow.screen.orientatio n.angle
208 PASS oldChildWindow.screen.orientation.onchange is newChildWindow.screen.orienta tion.onchange
209 PASS oldChildWindow.screen.orientation.type is newChildWindow.screen.orientation .type
210 PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth
211 PASS oldChildWindow.screen.width is newChildWindow.screen.width
212 PASS oldChildWindow.screenLeft is newChildWindow.screenLeft
213 PASS oldChildWindow.screenTop is newChildWindow.screenTop
214 PASS oldChildWindow.screenX is newChildWindow.screenX
215 PASS oldChildWindow.screenY is newChildWindow.screenY
216 PASS oldChildWindow.scrollX is newChildWindow.scrollX
217 PASS oldChildWindow.scrollY is newChildWindow.scrollY
218 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible
219 PASS oldChildWindow.speechSynthesis.onvoiceschanged is newChildWindow.speechSynt hesis.onvoiceschanged
220 PASS oldChildWindow.speechSynthesis.paused is newChildWindow.speechSynthesis.pau sed
221 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pe nding
222 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
223 PASS oldChildWindow.status is newChildWindow.status
224 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
225 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
226 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
227 PASS oldChildWindow.visualViewport.clientHeight is newChildWindow.visualViewport .clientHeight
228 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport. clientWidth
229 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX
230 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY
231 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale
232 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft
233 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop
234 PASS successfullyParsed is true
235
236 TEST COMPLETE
237
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698