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

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

Issue 1179113007: Implement onunhandledrejection / onrejectionhandled events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates 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 | Annotate | Revision Log
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 no lon ger in a web page. Test should not crash and properties should be set to sane de faults. 3 Tests property access on a cached DOMWindow after the associated frame is no lon ger in a web page. Test should not crash and properties should be set to sane de faults.
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 PASS childWindow.onoffline is null 114 PASS childWindow.onoffline is null
115 PASS childWindow.ononline is null 115 PASS childWindow.ononline is null
116 PASS childWindow.onpagehide is null 116 PASS childWindow.onpagehide is null
117 PASS childWindow.onpageshow is null 117 PASS childWindow.onpageshow is null
118 PASS childWindow.onpause is null 118 PASS childWindow.onpause is null
119 PASS childWindow.onplay is null 119 PASS childWindow.onplay is null
120 PASS childWindow.onplaying is null 120 PASS childWindow.onplaying is null
121 PASS childWindow.onpopstate is null 121 PASS childWindow.onpopstate is null
122 PASS childWindow.onprogress is null 122 PASS childWindow.onprogress is null
123 PASS childWindow.onratechange is null 123 PASS childWindow.onratechange is null
124 PASS childWindow.onrejectionhandled is null
124 PASS childWindow.onreset is null 125 PASS childWindow.onreset is null
125 PASS childWindow.onresize is null 126 PASS childWindow.onresize is null
126 PASS childWindow.onscroll is null 127 PASS childWindow.onscroll is null
127 PASS childWindow.onsearch is null 128 PASS childWindow.onsearch is null
128 PASS childWindow.onseeked is null 129 PASS childWindow.onseeked is null
129 PASS childWindow.onseeking is null 130 PASS childWindow.onseeking is null
130 PASS childWindow.onselect is null 131 PASS childWindow.onselect is null
131 PASS childWindow.onshow is null 132 PASS childWindow.onshow is null
132 PASS childWindow.onstalled is null 133 PASS childWindow.onstalled is null
133 PASS childWindow.onstorage is null 134 PASS childWindow.onstorage is null
134 PASS childWindow.onsubmit is null 135 PASS childWindow.onsubmit is null
135 PASS childWindow.onsuspend is null 136 PASS childWindow.onsuspend is null
136 PASS childWindow.ontimeupdate is null 137 PASS childWindow.ontimeupdate is null
137 PASS childWindow.ontoggle is null 138 PASS childWindow.ontoggle is null
138 PASS childWindow.ontouchcancel is null 139 PASS childWindow.ontouchcancel is null
139 PASS childWindow.ontouchend is null 140 PASS childWindow.ontouchend is null
140 PASS childWindow.ontouchmove is null 141 PASS childWindow.ontouchmove is null
141 PASS childWindow.ontouchstart is null 142 PASS childWindow.ontouchstart is null
142 PASS childWindow.ontransitionend is null 143 PASS childWindow.ontransitionend is null
144 PASS childWindow.onunhandledrejection is null
143 PASS childWindow.onunload is null 145 PASS childWindow.onunload is null
144 PASS childWindow.onvolumechange is null 146 PASS childWindow.onvolumechange is null
145 PASS childWindow.onwaiting is null 147 PASS childWindow.onwaiting is null
146 PASS childWindow.onwebkitanimationend is null 148 PASS childWindow.onwebkitanimationend is null
147 PASS childWindow.onwebkitanimationiteration is null 149 PASS childWindow.onwebkitanimationiteration is null
148 PASS childWindow.onwebkitanimationstart is null 150 PASS childWindow.onwebkitanimationstart is null
149 PASS childWindow.onwebkittransitionend is null 151 PASS childWindow.onwebkittransitionend is null
150 PASS childWindow.onwheel is null 152 PASS childWindow.onwheel is null
151 PASS childWindow.opener is null 153 PASS childWindow.opener is null
152 PASS childWindow.outerHeight is 0 154 PASS childWindow.outerHeight is 0
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 FAIL childWindow.speechSynthesis.pending should be false. Threw exception TypeEr ror: Cannot read property 'pending' of null 204 FAIL childWindow.speechSynthesis.pending should be false. Threw exception TypeEr ror: Cannot read property 'pending' of null
203 FAIL childWindow.speechSynthesis.speaking should be false. Threw exception TypeE rror: Cannot read property 'speaking' of null 205 FAIL childWindow.speechSynthesis.speaking should be false. Threw exception TypeE rror: Cannot read property 'speaking' of null
204 PASS childWindow.status is '' 206 PASS childWindow.status is ''
205 PASS childWindow.statusbar.visible is false 207 PASS childWindow.statusbar.visible is false
206 PASS childWindow.styleMedia.type is '' 208 PASS childWindow.styleMedia.type is ''
207 PASS childWindow.toolbar.visible is false 209 PASS childWindow.toolbar.visible is false
208 PASS successfullyParsed is true 210 PASS successfullyParsed is true
209 211
210 TEST COMPLETE 212 TEST COMPLETE
211 213
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698