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

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

Issue 2098883002: Make PointerEvent an experimental web platform feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, fixed js path. Created 4 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: line 98: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 1 CONSOLE WARNING: line 98: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
2 CONSOLE WARNING: line 98: 'webkitIndexedDB' is deprecated. Please use 'indexedDB ' instead. 2 CONSOLE WARNING: line 98: 'webkitIndexedDB' is deprecated. Please use 'indexedDB ' instead.
3 CONSOLE WARNING: line 98: 'Performance.onwebkitresourcetimingbufferfull' is depr ecated. Please use 'Performance.onresourcetimingbufferfull' instead. 3 CONSOLE WARNING: line 98: 'Performance.onwebkitresourcetimingbufferfull' is depr ecated. Please use 'Performance.onresourcetimingbufferfull' instead.
4 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 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.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached 9 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached
10 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking 10 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 PASS oldChildWindow.onmouseover is newChildWindow.onmouseover 117 PASS oldChildWindow.onmouseover is newChildWindow.onmouseover
118 PASS oldChildWindow.onmouseup is newChildWindow.onmouseup 118 PASS oldChildWindow.onmouseup is newChildWindow.onmouseup
119 PASS oldChildWindow.onmousewheel is newChildWindow.onmousewheel 119 PASS oldChildWindow.onmousewheel is newChildWindow.onmousewheel
120 PASS oldChildWindow.onoffline is newChildWindow.onoffline 120 PASS oldChildWindow.onoffline is newChildWindow.onoffline
121 PASS oldChildWindow.ononline is newChildWindow.ononline 121 PASS oldChildWindow.ononline is newChildWindow.ononline
122 PASS oldChildWindow.onpagehide is newChildWindow.onpagehide 122 PASS oldChildWindow.onpagehide is newChildWindow.onpagehide
123 PASS oldChildWindow.onpageshow is newChildWindow.onpageshow 123 PASS oldChildWindow.onpageshow is newChildWindow.onpageshow
124 PASS oldChildWindow.onpause is newChildWindow.onpause 124 PASS oldChildWindow.onpause is newChildWindow.onpause
125 PASS oldChildWindow.onplay is newChildWindow.onplay 125 PASS oldChildWindow.onplay is newChildWindow.onplay
126 PASS oldChildWindow.onplaying is newChildWindow.onplaying 126 PASS oldChildWindow.onplaying is newChildWindow.onplaying
127 PASS oldChildWindow.onpointercancel is newChildWindow.onpointercancel
128 PASS oldChildWindow.onpointerdown is newChildWindow.onpointerdown
129 PASS oldChildWindow.onpointerenter is newChildWindow.onpointerenter
130 PASS oldChildWindow.onpointerleave is newChildWindow.onpointerleave
131 PASS oldChildWindow.onpointermove is newChildWindow.onpointermove
132 PASS oldChildWindow.onpointerout is newChildWindow.onpointerout
133 PASS oldChildWindow.onpointerover is newChildWindow.onpointerover
134 PASS oldChildWindow.onpointerup is newChildWindow.onpointerup
127 PASS oldChildWindow.onpopstate is newChildWindow.onpopstate 135 PASS oldChildWindow.onpopstate is newChildWindow.onpopstate
128 PASS oldChildWindow.onprogress is newChildWindow.onprogress 136 PASS oldChildWindow.onprogress is newChildWindow.onprogress
129 PASS oldChildWindow.onratechange is newChildWindow.onratechange 137 PASS oldChildWindow.onratechange is newChildWindow.onratechange
130 PASS oldChildWindow.onrejectionhandled is newChildWindow.onrejectionhandled 138 PASS oldChildWindow.onrejectionhandled is newChildWindow.onrejectionhandled
131 PASS oldChildWindow.onreset is newChildWindow.onreset 139 PASS oldChildWindow.onreset is newChildWindow.onreset
132 PASS oldChildWindow.onresize is newChildWindow.onresize 140 PASS oldChildWindow.onresize is newChildWindow.onresize
133 PASS oldChildWindow.onscroll is newChildWindow.onscroll 141 PASS oldChildWindow.onscroll is newChildWindow.onscroll
134 PASS oldChildWindow.onsearch is newChildWindow.onsearch 142 PASS oldChildWindow.onsearch is newChildWindow.onsearch
135 PASS oldChildWindow.onseeked is newChildWindow.onseeked 143 PASS oldChildWindow.onseeked is newChildWindow.onseeked
136 PASS oldChildWindow.onseeking is newChildWindow.onseeking 144 PASS oldChildWindow.onseeking is newChildWindow.onseeking
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 PASS oldChildWindow.visualViewport.clientHeight is newChildWindow.visualViewport .clientHeight 226 PASS oldChildWindow.visualViewport.clientHeight is newChildWindow.visualViewport .clientHeight
219 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport. clientWidth 227 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport. clientWidth
220 PASS oldChildWindow.visualViewport.pageScale is newChildWindow.visualViewport.pa geScale 228 PASS oldChildWindow.visualViewport.pageScale is newChildWindow.visualViewport.pa geScale
221 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft 229 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft
222 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop 230 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop
223 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 231 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
224 PASS successfullyParsed is true 232 PASS successfullyParsed is true
225 233
226 TEST COMPLETE 234 TEST COMPLETE
227 235
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698