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

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

Issue 381753002: Revert of [screen-orientation] Update implementation to match recent spec changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 naviga ted. Test should not crash and properties read from the cached DOMWindow should be identical to properties through the 'current' DOMWindow. 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 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 oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached 7 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached
8 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking 8 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking
9 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading 9 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading
10 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache. onerror 10 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache. onerror
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 PASS oldChildWindow.performance.timing.secureConnectionStart is newChildWindow.p erformance.timing.secureConnectionStart 176 PASS oldChildWindow.performance.timing.secureConnectionStart is newChildWindow.p erformance.timing.secureConnectionStart
177 PASS oldChildWindow.performance.timing.unloadEventEnd is newChildWindow.performa nce.timing.unloadEventEnd 177 PASS oldChildWindow.performance.timing.unloadEventEnd is newChildWindow.performa nce.timing.unloadEventEnd
178 PASS oldChildWindow.performance.timing.unloadEventStart is newChildWindow.perfor mance.timing.unloadEventStart 178 PASS oldChildWindow.performance.timing.unloadEventStart is newChildWindow.perfor mance.timing.unloadEventStart
179 PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible 179 PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible
180 PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight 180 PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight
181 PASS oldChildWindow.screen.availLeft is newChildWindow.screen.availLeft 181 PASS oldChildWindow.screen.availLeft is newChildWindow.screen.availLeft
182 PASS oldChildWindow.screen.availTop is newChildWindow.screen.availTop 182 PASS oldChildWindow.screen.availTop is newChildWindow.screen.availTop
183 PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth 183 PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth
184 PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth 184 PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth
185 PASS oldChildWindow.screen.height is newChildWindow.screen.height 185 PASS oldChildWindow.screen.height is newChildWindow.screen.height
186 PASS oldChildWindow.screen.orientation.angle is newChildWindow.screen.orientatio n.angle 186 PASS oldChildWindow.screen.orientation is newChildWindow.screen.orientation
187 PASS oldChildWindow.screen.orientation.onchange is newChildWindow.screen.orienta tion.onchange
188 PASS oldChildWindow.screen.orientation.type is newChildWindow.screen.orientation .type
189 PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth 187 PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth
190 PASS oldChildWindow.screen.width is newChildWindow.screen.width 188 PASS oldChildWindow.screen.width is newChildWindow.screen.width
191 PASS oldChildWindow.screenLeft is newChildWindow.screenLeft 189 PASS oldChildWindow.screenLeft is newChildWindow.screenLeft
192 PASS oldChildWindow.screenTop is newChildWindow.screenTop 190 PASS oldChildWindow.screenTop is newChildWindow.screenTop
193 PASS oldChildWindow.screenX is newChildWindow.screenX 191 PASS oldChildWindow.screenX is newChildWindow.screenX
194 PASS oldChildWindow.screenY is newChildWindow.screenY 192 PASS oldChildWindow.screenY is newChildWindow.screenY
195 PASS oldChildWindow.scrollX is newChildWindow.scrollX 193 PASS oldChildWindow.scrollX is newChildWindow.scrollX
196 PASS oldChildWindow.scrollY is newChildWindow.scrollY 194 PASS oldChildWindow.scrollY is newChildWindow.scrollY
197 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible 195 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible
198 PASS oldChildWindow.speechSynthesis.onvoiceschanged is newChildWindow.speechSynt hesis.onvoiceschanged 196 PASS oldChildWindow.speechSynthesis.onvoiceschanged is newChildWindow.speechSynt hesis.onvoiceschanged
199 PASS oldChildWindow.speechSynthesis.paused is newChildWindow.speechSynthesis.pau sed 197 PASS oldChildWindow.speechSynthesis.paused is newChildWindow.speechSynthesis.pau sed
200 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pe nding 198 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pe nding
201 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 199 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
202 PASS oldChildWindow.status is newChildWindow.status 200 PASS oldChildWindow.status is newChildWindow.status
203 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 201 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
204 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 202 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
205 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 203 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
206 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 204 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
207 PASS successfullyParsed is true 205 PASS successfullyParsed is true
208 206
209 TEST COMPLETE 207 TEST COMPLETE
210 208
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698