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

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

Issue 2845763002: Remove DeviceLightEvent implementation (Closed)
Patch Set: same as previous patch 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
1 CONSOLE WARNING: line 104: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea d. 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. 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 PASS oldChildWindow.onblur is newChildWindow.onblur 73 PASS oldChildWindow.onblur is newChildWindow.onblur
74 PASS oldChildWindow.oncancel is newChildWindow.oncancel 74 PASS oldChildWindow.oncancel is newChildWindow.oncancel
75 PASS oldChildWindow.oncanplay is newChildWindow.oncanplay 75 PASS oldChildWindow.oncanplay is newChildWindow.oncanplay
76 PASS oldChildWindow.oncanplaythrough is newChildWindow.oncanplaythrough 76 PASS oldChildWindow.oncanplaythrough is newChildWindow.oncanplaythrough
77 PASS oldChildWindow.onchange is newChildWindow.onchange 77 PASS oldChildWindow.onchange is newChildWindow.onchange
78 PASS oldChildWindow.onclick is newChildWindow.onclick 78 PASS oldChildWindow.onclick is newChildWindow.onclick
79 PASS oldChildWindow.onclose is newChildWindow.onclose 79 PASS oldChildWindow.onclose is newChildWindow.onclose
80 PASS oldChildWindow.oncontextmenu is newChildWindow.oncontextmenu 80 PASS oldChildWindow.oncontextmenu is newChildWindow.oncontextmenu
81 PASS oldChildWindow.oncuechange is newChildWindow.oncuechange 81 PASS oldChildWindow.oncuechange is newChildWindow.oncuechange
82 PASS oldChildWindow.ondblclick is newChildWindow.ondblclick 82 PASS oldChildWindow.ondblclick is newChildWindow.ondblclick
83 PASS oldChildWindow.ondevicelight is newChildWindow.ondevicelight
84 PASS oldChildWindow.ondevicemotion is newChildWindow.ondevicemotion 83 PASS oldChildWindow.ondevicemotion is newChildWindow.ondevicemotion
85 PASS oldChildWindow.ondeviceorientation is newChildWindow.ondeviceorientation 84 PASS oldChildWindow.ondeviceorientation is newChildWindow.ondeviceorientation
86 PASS oldChildWindow.ondeviceorientationabsolute is newChildWindow.ondeviceorient ationabsolute 85 PASS oldChildWindow.ondeviceorientationabsolute is newChildWindow.ondeviceorient ationabsolute
87 PASS oldChildWindow.ondrag is newChildWindow.ondrag 86 PASS oldChildWindow.ondrag is newChildWindow.ondrag
88 PASS oldChildWindow.ondragend is newChildWindow.ondragend 87 PASS oldChildWindow.ondragend is newChildWindow.ondragend
89 PASS oldChildWindow.ondragenter is newChildWindow.ondragenter 88 PASS oldChildWindow.ondragenter is newChildWindow.ondragenter
90 PASS oldChildWindow.ondragleave is newChildWindow.ondragleave 89 PASS oldChildWindow.ondragleave is newChildWindow.ondragleave
91 PASS oldChildWindow.ondragover is newChildWindow.ondragover 90 PASS oldChildWindow.ondragover is newChildWindow.ondragover
92 PASS oldChildWindow.ondragstart is newChildWindow.ondragstart 91 PASS oldChildWindow.ondragstart is newChildWindow.ondragstart
93 PASS oldChildWindow.ondrop is newChildWindow.ondrop 92 PASS oldChildWindow.ondrop is newChildWindow.ondrop
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport. clientWidth 227 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport. clientWidth
229 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX 228 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX
230 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY 229 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY
231 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale 230 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale
232 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft 231 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft
233 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop 232 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop
234 PASS successfullyParsed is true 233 PASS successfullyParsed is true
235 234
236 TEST COMPLETE 235 TEST COMPLETE
237 236
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698