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

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

Issue 1144313003: Added PointerEvent firing on touch events. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. TODO fixes. Created 5 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 PASS oldChildWindow.onmouseover is newChildWindow.onmouseover 112 PASS oldChildWindow.onmouseover is newChildWindow.onmouseover
113 PASS oldChildWindow.onmouseup is newChildWindow.onmouseup 113 PASS oldChildWindow.onmouseup is newChildWindow.onmouseup
114 PASS oldChildWindow.onmousewheel is newChildWindow.onmousewheel 114 PASS oldChildWindow.onmousewheel is newChildWindow.onmousewheel
115 PASS oldChildWindow.onoffline is newChildWindow.onoffline 115 PASS oldChildWindow.onoffline is newChildWindow.onoffline
116 PASS oldChildWindow.ononline is newChildWindow.ononline 116 PASS oldChildWindow.ononline is newChildWindow.ononline
117 PASS oldChildWindow.onpagehide is newChildWindow.onpagehide 117 PASS oldChildWindow.onpagehide is newChildWindow.onpagehide
118 PASS oldChildWindow.onpageshow is newChildWindow.onpageshow 118 PASS oldChildWindow.onpageshow is newChildWindow.onpageshow
119 PASS oldChildWindow.onpause is newChildWindow.onpause 119 PASS oldChildWindow.onpause is newChildWindow.onpause
120 PASS oldChildWindow.onplay is newChildWindow.onplay 120 PASS oldChildWindow.onplay is newChildWindow.onplay
121 PASS oldChildWindow.onplaying is newChildWindow.onplaying 121 PASS oldChildWindow.onplaying is newChildWindow.onplaying
122 PASS oldChildWindow.onpointercancel is newChildWindow.onpointercancel
123 PASS oldChildWindow.onpointerdown is newChildWindow.onpointerdown
124 PASS oldChildWindow.onpointerenter is newChildWindow.onpointerenter
125 PASS oldChildWindow.onpointerleave is newChildWindow.onpointerleave
126 PASS oldChildWindow.onpointermove is newChildWindow.onpointermove
127 PASS oldChildWindow.onpointerout is newChildWindow.onpointerout
128 PASS oldChildWindow.onpointerover is newChildWindow.onpointerover
129 PASS oldChildWindow.onpointerup is newChildWindow.onpointerup
122 PASS oldChildWindow.onpopstate is newChildWindow.onpopstate 130 PASS oldChildWindow.onpopstate is newChildWindow.onpopstate
123 PASS oldChildWindow.onprogress is newChildWindow.onprogress 131 PASS oldChildWindow.onprogress is newChildWindow.onprogress
124 PASS oldChildWindow.onratechange is newChildWindow.onratechange 132 PASS oldChildWindow.onratechange is newChildWindow.onratechange
125 PASS oldChildWindow.onrejectionhandled is newChildWindow.onrejectionhandled 133 PASS oldChildWindow.onrejectionhandled is newChildWindow.onrejectionhandled
126 PASS oldChildWindow.onreset is newChildWindow.onreset 134 PASS oldChildWindow.onreset is newChildWindow.onreset
127 PASS oldChildWindow.onresize is newChildWindow.onresize 135 PASS oldChildWindow.onresize is newChildWindow.onresize
128 PASS oldChildWindow.onscroll is newChildWindow.onscroll 136 PASS oldChildWindow.onscroll is newChildWindow.onscroll
129 PASS oldChildWindow.onsearch is newChildWindow.onsearch 137 PASS oldChildWindow.onsearch is newChildWindow.onsearch
130 PASS oldChildWindow.onseeked is newChildWindow.onseeked 138 PASS oldChildWindow.onseeked is newChildWindow.onseeked
131 PASS oldChildWindow.onseeking is newChildWindow.onseeking 139 PASS oldChildWindow.onseeking is newChildWindow.onseeking
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 214 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
207 PASS oldChildWindow.status is newChildWindow.status 215 PASS oldChildWindow.status is newChildWindow.status
208 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 216 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
209 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 217 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
210 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 218 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
211 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 219 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
212 PASS successfullyParsed is true 220 PASS successfullyParsed is true
213 221
214 TEST COMPLETE 222 TEST COMPLETE
215 223
OLDNEW
« no previous file with comments | « no previous file | 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