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

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

Issue 2584723004: Move ongot/lostpointercaptures to global handlers (Closed)
Patch Set: Fix the link to the spec Created 3 years, 12 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 PASS oldChildWindow.ondragenter is newChildWindow.ondragenter 96 PASS oldChildWindow.ondragenter is newChildWindow.ondragenter
97 PASS oldChildWindow.ondragleave is newChildWindow.ondragleave 97 PASS oldChildWindow.ondragleave is newChildWindow.ondragleave
98 PASS oldChildWindow.ondragover is newChildWindow.ondragover 98 PASS oldChildWindow.ondragover is newChildWindow.ondragover
99 PASS oldChildWindow.ondragstart is newChildWindow.ondragstart 99 PASS oldChildWindow.ondragstart is newChildWindow.ondragstart
100 PASS oldChildWindow.ondrop is newChildWindow.ondrop 100 PASS oldChildWindow.ondrop is newChildWindow.ondrop
101 PASS oldChildWindow.ondurationchange is newChildWindow.ondurationchange 101 PASS oldChildWindow.ondurationchange is newChildWindow.ondurationchange
102 PASS oldChildWindow.onemptied is newChildWindow.onemptied 102 PASS oldChildWindow.onemptied is newChildWindow.onemptied
103 PASS oldChildWindow.onended is newChildWindow.onended 103 PASS oldChildWindow.onended is newChildWindow.onended
104 PASS oldChildWindow.onerror is newChildWindow.onerror 104 PASS oldChildWindow.onerror is newChildWindow.onerror
105 PASS oldChildWindow.onfocus is newChildWindow.onfocus 105 PASS oldChildWindow.onfocus is newChildWindow.onfocus
106 PASS oldChildWindow.ongotpointercapture is newChildWindow.ongotpointercapture
106 PASS oldChildWindow.onhashchange is newChildWindow.onhashchange 107 PASS oldChildWindow.onhashchange is newChildWindow.onhashchange
107 PASS oldChildWindow.oninput is newChildWindow.oninput 108 PASS oldChildWindow.oninput is newChildWindow.oninput
108 PASS oldChildWindow.oninvalid is newChildWindow.oninvalid 109 PASS oldChildWindow.oninvalid is newChildWindow.oninvalid
109 PASS oldChildWindow.onkeydown is newChildWindow.onkeydown 110 PASS oldChildWindow.onkeydown is newChildWindow.onkeydown
110 PASS oldChildWindow.onkeypress is newChildWindow.onkeypress 111 PASS oldChildWindow.onkeypress is newChildWindow.onkeypress
111 PASS oldChildWindow.onkeyup is newChildWindow.onkeyup 112 PASS oldChildWindow.onkeyup is newChildWindow.onkeyup
112 PASS oldChildWindow.onlanguagechange is newChildWindow.onlanguagechange 113 PASS oldChildWindow.onlanguagechange is newChildWindow.onlanguagechange
113 PASS oldChildWindow.onload is newChildWindow.onload 114 PASS oldChildWindow.onload is newChildWindow.onload
114 PASS oldChildWindow.onloadeddata is newChildWindow.onloadeddata 115 PASS oldChildWindow.onloadeddata is newChildWindow.onloadeddata
115 PASS oldChildWindow.onloadedmetadata is newChildWindow.onloadedmetadata 116 PASS oldChildWindow.onloadedmetadata is newChildWindow.onloadedmetadata
116 PASS oldChildWindow.onloadstart is newChildWindow.onloadstart 117 PASS oldChildWindow.onloadstart is newChildWindow.onloadstart
118 PASS oldChildWindow.onlostpointercapture is newChildWindow.onlostpointercapture
117 PASS oldChildWindow.onmessage is newChildWindow.onmessage 119 PASS oldChildWindow.onmessage is newChildWindow.onmessage
118 PASS oldChildWindow.onmousedown is newChildWindow.onmousedown 120 PASS oldChildWindow.onmousedown is newChildWindow.onmousedown
119 PASS oldChildWindow.onmouseenter is newChildWindow.onmouseenter 121 PASS oldChildWindow.onmouseenter is newChildWindow.onmouseenter
120 PASS oldChildWindow.onmouseleave is newChildWindow.onmouseleave 122 PASS oldChildWindow.onmouseleave is newChildWindow.onmouseleave
121 PASS oldChildWindow.onmousemove is newChildWindow.onmousemove 123 PASS oldChildWindow.onmousemove is newChildWindow.onmousemove
122 PASS oldChildWindow.onmouseout is newChildWindow.onmouseout 124 PASS oldChildWindow.onmouseout is newChildWindow.onmouseout
123 PASS oldChildWindow.onmouseover is newChildWindow.onmouseover 125 PASS oldChildWindow.onmouseover is newChildWindow.onmouseover
124 PASS oldChildWindow.onmouseup is newChildWindow.onmouseup 126 PASS oldChildWindow.onmouseup is newChildWindow.onmouseup
125 PASS oldChildWindow.onmousewheel is newChildWindow.onmousewheel 127 PASS oldChildWindow.onmousewheel is newChildWindow.onmousewheel
126 PASS oldChildWindow.onoffline is newChildWindow.onoffline 128 PASS oldChildWindow.onoffline is newChildWindow.onoffline
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport. clientWidth 235 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport. clientWidth
234 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX 236 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX
235 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY 237 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY
236 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale 238 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale
237 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft 239 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft
238 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop 240 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop
239 PASS successfullyParsed is true 241 PASS successfullyParsed is true
240 242
241 TEST COMPLETE 243 TEST COMPLETE
242 244
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698