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

Side by Side Diff: LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-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
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 remove d from a web page and garbage collected. Test should not crash and properties sh ould be set to sane defaults. 3 Tests property access on a cached DOMWindow after the associated frame is remove d from a web page and garbage collected. Test should not crash and properties sh ould be set to sane defaults.
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 FAIL childWindow.applicationCache.oncached should be null. Threw exception TypeE rror: Cannot read property 'oncached' of null 8 FAIL childWindow.applicationCache.oncached should be null. Threw exception TypeE rror: Cannot read property 'oncached' of null
9 FAIL childWindow.applicationCache.onchecking should be null. Threw exception Typ eError: Cannot read property 'onchecking' of null 9 FAIL childWindow.applicationCache.onchecking should be null. Threw exception Typ eError: Cannot read property 'onchecking' of null
10 FAIL childWindow.applicationCache.ondownloading should be null. Threw exception TypeError: Cannot read property 'ondownloading' of null 10 FAIL childWindow.applicationCache.ondownloading should be null. Threw exception TypeError: Cannot read property 'ondownloading' of null
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 PASS childWindow.onmouseover is null 112 PASS childWindow.onmouseover is null
113 PASS childWindow.onmouseup is null 113 PASS childWindow.onmouseup is null
114 PASS childWindow.onmousewheel is null 114 PASS childWindow.onmousewheel is null
115 PASS childWindow.onoffline is null 115 PASS childWindow.onoffline is null
116 PASS childWindow.ononline is null 116 PASS childWindow.ononline is null
117 PASS childWindow.onpagehide is null 117 PASS childWindow.onpagehide is null
118 PASS childWindow.onpageshow is null 118 PASS childWindow.onpageshow is null
119 PASS childWindow.onpause is null 119 PASS childWindow.onpause is null
120 PASS childWindow.onplay is null 120 PASS childWindow.onplay is null
121 PASS childWindow.onplaying is null 121 PASS childWindow.onplaying is null
122 PASS childWindow.onpointercancel is null
123 PASS childWindow.onpointerdown is null
124 PASS childWindow.onpointerenter is null
125 PASS childWindow.onpointerleave is null
126 PASS childWindow.onpointermove is null
127 PASS childWindow.onpointerout is null
128 PASS childWindow.onpointerover is null
129 PASS childWindow.onpointerup is null
122 PASS childWindow.onpopstate is null 130 PASS childWindow.onpopstate is null
123 PASS childWindow.onprogress is null 131 PASS childWindow.onprogress is null
124 PASS childWindow.onratechange is null 132 PASS childWindow.onratechange is null
125 PASS childWindow.onrejectionhandled is null 133 PASS childWindow.onrejectionhandled is null
126 PASS childWindow.onreset is null 134 PASS childWindow.onreset is null
127 PASS childWindow.onresize is null 135 PASS childWindow.onresize is null
128 PASS childWindow.onscroll is null 136 PASS childWindow.onscroll is null
129 PASS childWindow.onsearch is null 137 PASS childWindow.onsearch is null
130 PASS childWindow.onseeked is null 138 PASS childWindow.onseeked is null
131 PASS childWindow.onseeking is null 139 PASS childWindow.onseeking is null
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 FAIL childWindow.speechSynthesis.pending should be false. Threw exception TypeEr ror: Cannot read property 'pending' of null 213 FAIL childWindow.speechSynthesis.pending should be false. Threw exception TypeEr ror: Cannot read property 'pending' of null
206 FAIL childWindow.speechSynthesis.speaking should be false. Threw exception TypeE rror: Cannot read property 'speaking' of null 214 FAIL childWindow.speechSynthesis.speaking should be false. Threw exception TypeE rror: Cannot read property 'speaking' of null
207 PASS childWindow.status is '' 215 PASS childWindow.status is ''
208 PASS childWindow.statusbar.visible is false 216 PASS childWindow.statusbar.visible is false
209 PASS childWindow.styleMedia.type is '' 217 PASS childWindow.styleMedia.type is ''
210 PASS childWindow.toolbar.visible is false 218 PASS childWindow.toolbar.visible is false
211 PASS successfullyParsed is true 219 PASS successfullyParsed is true
212 220
213 TEST COMPLETE 221 TEST COMPLETE
214 222
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698