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

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

Issue 1084923002: Wake Lock API implementation (Blink part) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 2 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
3 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 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.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached 8 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached
9 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking 9 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking
10 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading 10 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 PASS oldChildWindow.performance.timing.secureConnectionStart is newChildWindow.p erformance.timing.secureConnectionStart 192 PASS oldChildWindow.performance.timing.secureConnectionStart is newChildWindow.p erformance.timing.secureConnectionStart
193 PASS oldChildWindow.performance.timing.unloadEventEnd is newChildWindow.performa nce.timing.unloadEventEnd 193 PASS oldChildWindow.performance.timing.unloadEventEnd is newChildWindow.performa nce.timing.unloadEventEnd
194 PASS oldChildWindow.performance.timing.unloadEventStart is newChildWindow.perfor mance.timing.unloadEventStart 194 PASS oldChildWindow.performance.timing.unloadEventStart is newChildWindow.perfor mance.timing.unloadEventStart
195 PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible 195 PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible
196 PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight 196 PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight
197 PASS oldChildWindow.screen.availLeft is newChildWindow.screen.availLeft 197 PASS oldChildWindow.screen.availLeft is newChildWindow.screen.availLeft
198 PASS oldChildWindow.screen.availTop is newChildWindow.screen.availTop 198 PASS oldChildWindow.screen.availTop is newChildWindow.screen.availTop
199 PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth 199 PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth
200 PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth 200 PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth
201 PASS oldChildWindow.screen.height is newChildWindow.screen.height 201 PASS oldChildWindow.screen.height is newChildWindow.screen.height
202 PASS oldChildWindow.screen.keepAwake is newChildWindow.screen.keepAwake
202 PASS oldChildWindow.screen.orientation.angle is newChildWindow.screen.orientatio n.angle 203 PASS oldChildWindow.screen.orientation.angle is newChildWindow.screen.orientatio n.angle
203 PASS oldChildWindow.screen.orientation.onchange is newChildWindow.screen.orienta tion.onchange 204 PASS oldChildWindow.screen.orientation.onchange is newChildWindow.screen.orienta tion.onchange
204 PASS oldChildWindow.screen.orientation.type is newChildWindow.screen.orientation .type 205 PASS oldChildWindow.screen.orientation.type is newChildWindow.screen.orientation .type
205 PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth 206 PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth
206 PASS oldChildWindow.screen.width is newChildWindow.screen.width 207 PASS oldChildWindow.screen.width is newChildWindow.screen.width
207 PASS oldChildWindow.screenLeft is newChildWindow.screenLeft 208 PASS oldChildWindow.screenLeft is newChildWindow.screenLeft
208 PASS oldChildWindow.screenTop is newChildWindow.screenTop 209 PASS oldChildWindow.screenTop is newChildWindow.screenTop
209 PASS oldChildWindow.screenX is newChildWindow.screenX 210 PASS oldChildWindow.screenX is newChildWindow.screenX
210 PASS oldChildWindow.screenY is newChildWindow.screenY 211 PASS oldChildWindow.screenY is newChildWindow.screenY
211 PASS oldChildWindow.scrollX is newChildWindow.scrollX 212 PASS oldChildWindow.scrollX is newChildWindow.scrollX
212 PASS oldChildWindow.scrollY is newChildWindow.scrollY 213 PASS oldChildWindow.scrollY is newChildWindow.scrollY
213 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible 214 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible
214 PASS oldChildWindow.speechSynthesis.onvoiceschanged is newChildWindow.speechSynt hesis.onvoiceschanged 215 PASS oldChildWindow.speechSynthesis.onvoiceschanged is newChildWindow.speechSynt hesis.onvoiceschanged
215 PASS oldChildWindow.speechSynthesis.paused is newChildWindow.speechSynthesis.pau sed 216 PASS oldChildWindow.speechSynthesis.paused is newChildWindow.speechSynthesis.pau sed
216 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pe nding 217 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pe nding
217 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 218 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
218 PASS oldChildWindow.status is newChildWindow.status 219 PASS oldChildWindow.status is newChildWindow.status
219 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 220 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
220 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 221 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
221 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 222 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
222 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 223 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
223 PASS successfullyParsed is true 224 PASS successfullyParsed is true
224 225
225 TEST COMPLETE 226 TEST COMPLETE
226 227
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698