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

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

Issue 2589893002: [Blink>MediaSession] Use setActionCallback() instead of event listeners for media control actions (Closed)
Patch Set: fixed tests Created 3 years, 11 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: line 101: 'Performance.onwebkitresourcetimingbufferfull' is dep recated. Please use 'Performance.onresourcetimingbufferfull' instead. 1 CONSOLE WARNING: line 101: 'Performance.onwebkitresourcetimingbufferfull' is dep recated. Please use 'Performance.onresourcetimingbufferfull' instead.
2 CONSOLE WARNING: line 101: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea d. 2 CONSOLE WARNING: line 101: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea d.
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion 43 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion
44 PASS oldChildWindow.navigator.connection.onchange is newChildWindow.navigator.co nnection.onchange 44 PASS oldChildWindow.navigator.connection.onchange is newChildWindow.navigator.co nnection.onchange
45 PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigato r.connection.ontypechange 45 PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigato r.connection.ontypechange
46 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled 46 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled
47 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack 47 PASS oldChildWindow.navigator.doNotTrack is newChildWindow.navigator.doNotTrack
48 PASS oldChildWindow.navigator.hardwareConcurrency is newChildWindow.navigator.ha rdwareConcurrency 48 PASS oldChildWindow.navigator.hardwareConcurrency is newChildWindow.navigator.ha rdwareConcurrency
49 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language 49 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language
50 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc hPoints 50 PASS oldChildWindow.navigator.maxTouchPoints is newChildWindow.navigator.maxTouc hPoints
51 PASS oldChildWindow.navigator.mediaDevices.ondevicechange is newChildWindow.navi gator.mediaDevices.ondevicechange 51 PASS oldChildWindow.navigator.mediaDevices.ondevicechange is newChildWindow.navi gator.mediaDevices.ondevicechange
52 PASS oldChildWindow.navigator.mediaSession.metadata is newChildWindow.navigator. mediaSession.metadata 52 PASS oldChildWindow.navigator.mediaSession.metadata is newChildWindow.navigator. mediaSession.metadata
53 PASS oldChildWindow.navigator.mediaSession.onnexttrack is newChildWindow.navigat or.mediaSession.onnexttrack
54 PASS oldChildWindow.navigator.mediaSession.onpause is newChildWindow.navigator.m ediaSession.onpause
55 PASS oldChildWindow.navigator.mediaSession.onplay is newChildWindow.navigator.me diaSession.onplay
56 PASS oldChildWindow.navigator.mediaSession.onprevioustrack is newChildWindow.nav igator.mediaSession.onprevioustrack
57 PASS oldChildWindow.navigator.mediaSession.onseekbackward is newChildWindow.navi gator.mediaSession.onseekbackward
58 PASS oldChildWindow.navigator.mediaSession.onseekforward is newChildWindow.navig ator.mediaSession.onseekforward
59 PASS oldChildWindow.navigator.mediaSession.playbackState is newChildWindow.navig ator.mediaSession.playbackState 53 PASS oldChildWindow.navigator.mediaSession.playbackState is newChildWindow.navig ator.mediaSession.playbackState
60 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine 54 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine
61 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform 55 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform
62 PASS oldChildWindow.navigator.presentation.defaultRequest is newChildWindow.navi gator.presentation.defaultRequest 56 PASS oldChildWindow.navigator.presentation.defaultRequest is newChildWindow.navi gator.presentation.defaultRequest
63 PASS oldChildWindow.navigator.presentation.receiver is newChildWindow.navigator. presentation.receiver 57 PASS oldChildWindow.navigator.presentation.receiver is newChildWindow.navigator. presentation.receiver
64 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product 58 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product
65 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub 59 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub
66 PASS oldChildWindow.navigator.serviceWorker.controller is newChildWindow.navigat or.serviceWorker.controller 60 PASS oldChildWindow.navigator.serviceWorker.controller is newChildWindow.navigat or.serviceWorker.controller
67 PASS oldChildWindow.navigator.serviceWorker.oncontrollerchange is newChildWindow .navigator.serviceWorker.oncontrollerchange 61 PASS oldChildWindow.navigator.serviceWorker.oncontrollerchange is newChildWindow .navigator.serviceWorker.oncontrollerchange
68 PASS oldChildWindow.navigator.serviceWorker.onmessage is newChildWindow.navigato r.serviceWorker.onmessage 62 PASS oldChildWindow.navigator.serviceWorker.onmessage is newChildWindow.navigato r.serviceWorker.onmessage
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport. clientWidth 229 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport. clientWidth
236 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX 230 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX
237 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY 231 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY
238 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale 232 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale
239 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft 233 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft
240 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop 234 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop
241 PASS successfullyParsed is true 235 PASS successfullyParsed is true
242 236
243 TEST COMPLETE 237 TEST COMPLETE
244 238
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698