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

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

Issue 241203003: Screen Orientation: fire event on Window instead of Screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@ScreenOrientationUndefined
Patch Set: fix tests Created 6 years, 8 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 PASS oldChildWindow.performance.timing.secureConnectionStart is newChildWindow.p erformance.timing.secureConnectionStart 174 PASS oldChildWindow.performance.timing.secureConnectionStart is newChildWindow.p erformance.timing.secureConnectionStart
175 PASS oldChildWindow.performance.timing.unloadEventEnd is newChildWindow.performa nce.timing.unloadEventEnd 175 PASS oldChildWindow.performance.timing.unloadEventEnd is newChildWindow.performa nce.timing.unloadEventEnd
176 PASS oldChildWindow.performance.timing.unloadEventStart is newChildWindow.perfor mance.timing.unloadEventStart 176 PASS oldChildWindow.performance.timing.unloadEventStart is newChildWindow.perfor mance.timing.unloadEventStart
177 PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible 177 PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible
178 PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight 178 PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight
179 PASS oldChildWindow.screen.availLeft is newChildWindow.screen.availLeft 179 PASS oldChildWindow.screen.availLeft is newChildWindow.screen.availLeft
180 PASS oldChildWindow.screen.availTop is newChildWindow.screen.availTop 180 PASS oldChildWindow.screen.availTop is newChildWindow.screen.availTop
181 PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth 181 PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth
182 PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth 182 PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth
183 PASS oldChildWindow.screen.height is newChildWindow.screen.height 183 PASS oldChildWindow.screen.height is newChildWindow.screen.height
184 PASS oldChildWindow.screen.onorientationchange is newChildWindow.screen.onorient ationchange
185 PASS oldChildWindow.screen.orientation is newChildWindow.screen.orientation 184 PASS oldChildWindow.screen.orientation is newChildWindow.screen.orientation
186 PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth 185 PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth
187 PASS oldChildWindow.screen.width is newChildWindow.screen.width 186 PASS oldChildWindow.screen.width is newChildWindow.screen.width
188 PASS oldChildWindow.screenLeft is newChildWindow.screenLeft 187 PASS oldChildWindow.screenLeft is newChildWindow.screenLeft
189 PASS oldChildWindow.screenTop is newChildWindow.screenTop 188 PASS oldChildWindow.screenTop is newChildWindow.screenTop
190 PASS oldChildWindow.screenX is newChildWindow.screenX 189 PASS oldChildWindow.screenX is newChildWindow.screenX
191 PASS oldChildWindow.screenY is newChildWindow.screenY 190 PASS oldChildWindow.screenY is newChildWindow.screenY
192 PASS oldChildWindow.scrollX is newChildWindow.scrollX 191 PASS oldChildWindow.scrollX is newChildWindow.scrollX
193 PASS oldChildWindow.scrollY is newChildWindow.scrollY 192 PASS oldChildWindow.scrollY is newChildWindow.scrollY
194 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible 193 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible
195 PASS oldChildWindow.speechSynthesis.onvoiceschanged is newChildWindow.speechSynt hesis.onvoiceschanged 194 PASS oldChildWindow.speechSynthesis.onvoiceschanged is newChildWindow.speechSynt hesis.onvoiceschanged
196 PASS oldChildWindow.speechSynthesis.paused is newChildWindow.speechSynthesis.pau sed 195 PASS oldChildWindow.speechSynthesis.paused is newChildWindow.speechSynthesis.pau sed
197 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pe nding 196 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pe nding
198 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 197 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
199 PASS oldChildWindow.status is newChildWindow.status 198 PASS oldChildWindow.status is newChildWindow.status
200 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 199 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
201 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 200 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
202 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 201 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
203 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 202 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
204 PASS successfullyParsed is true 203 PASS successfullyParsed is true
205 204
206 TEST COMPLETE 205 TEST COMPLETE
207 206
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698