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

Side by Side Diff: tests/html/html.status

Issue 11846003: Adding supported checks for getCssCanvasContext. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # http://dartbug.com/5151
6 6
7 event_test: Skip # Issue 1996 7 event_test: Skip # Issue 1996
8 webgl_1_test: Skip # Issue 1495 8 webgl_1_test: Skip # Issue 1495
9 9
10 # Layout tests are only supported on DRT. 10 # Layout tests are only supported on DRT.
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 audiocontext_test: Pass, Fail 51 audiocontext_test: Pass, Fail
52 52
53 [ $compiler == dart2js && $runtime == drt && $system == macos] 53 [ $compiler == dart2js && $runtime == drt && $system == macos]
54 audiobuffersourcenode_test: Pass, Fail 54 audiobuffersourcenode_test: Pass, Fail
55 55
56 [$runtime == ie10 ] 56 [$runtime == ie10 ]
57 # TODO(efortuna, blois): Triage. 57 # TODO(efortuna, blois): Triage.
58 audiobuffersourcenode_test: Fail 58 audiobuffersourcenode_test: Fail
59 audiocontext_test: Fail 59 audiocontext_test: Fail
60 css_test: Fail 60 css_test: Fail
61 document_test/getCssCanvasContext: Fail # IE does not support this. 61 document_test/supports_cssCanvasContext: Fail
62 element_test/additionalConstructors: Fail 62 element_test/additionalConstructors: Fail
63 element_test/click: Fail # IE does not support firing this event. 63 element_test/click: Fail # IE does not support firing this event.
64 element_types_test/supported_content: Fail 64 element_types_test/supported_content: Fail
65 element_types_test/supported_details: Fail 65 element_types_test/supported_details: Fail
66 element_types_test/supported_keygen: Fail 66 element_types_test/supported_keygen: Fail
67 element_types_test/supported_meter: Fail 67 element_types_test/supported_meter: Fail
68 element_types_test/supported_object: Fail 68 element_types_test/supported_object: Fail
69 element_types_test/supported_output: Fail 69 element_types_test/supported_output: Fail
70 element_types_test/supported_shadow: Fail 70 element_types_test/supported_shadow: Fail
71 exceptions_test: Fail 71 exceptions_test: Fail
(...skipping 18 matching lines...) Expand all
90 svgelement_test/additionalConstructors: Fail 90 svgelement_test/additionalConstructors: Fail
91 svgelement2_test: Fail 91 svgelement2_test: Fail
92 svg_3_test: Fail 92 svg_3_test: Fail
93 url_test: Fail # IE10 does not support from file:// 93 url_test: Fail # IE10 does not support from file://
94 websql_test: Fail 94 websql_test: Fail
95 window_open_test: Skip 95 window_open_test: Skip
96 xhr_test: Fail 96 xhr_test: Fail
97 xsltprocessor_test: Fail 97 xsltprocessor_test: Fail
98 98
99 [ $runtime == ie9 ] 99 [ $runtime == ie9 ]
100 document_test/getCssCanvasContext: Fail # IE does not support this. 100 document_test/supports_cssCanvasContext: Fail
101 element_test/click: Fail # IE does not support firing this event. 101 element_test/click: Fail # IE does not support firing this event.
102 element_types_test/supported_content: Fail 102 element_types_test/supported_content: Fail
103 element_types_test/supported_datalist: Fail 103 element_types_test/supported_datalist: Fail
104 element_types_test/supported_details: Fail 104 element_types_test/supported_details: Fail
105 element_types_test/supported_keygen: Fail 105 element_types_test/supported_keygen: Fail
106 element_types_test/supported_meter: Fail 106 element_types_test/supported_meter: Fail
107 element_types_test/supported_object: Fail 107 element_types_test/supported_object: Fail
108 element_types_test/supported_output: Fail 108 element_types_test/supported_output: Fail
109 element_types_test/supported_progress: Fail 109 element_types_test/supported_progress: Fail
110 element_types_test/supported_shadow: Fail 110 element_types_test/supported_shadow: Fail
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 shadow_dom_test/supported: Fail 181 shadow_dom_test/supported: Fail
182 182
183 [ $runtime == opera && $system == windows ] 183 [ $runtime == opera && $system == windows ]
184 htmlelement_test: Fail, Pass 184 htmlelement_test: Fail, Pass
185 185
186 [ $runtime == opera && $system == macos ] 186 [ $runtime == opera && $system == macos ]
187 element_test/constructors: Fail 187 element_test/constructors: Fail
188 188
189 189
190 [ $runtime == opera ] 190 [ $runtime == opera ]
191 document_test/getCssCanvasContext: Fail # Issue: 7413 191 document_test/supports_cssCanvasContext: Fail
192 document_test/document: Fail # Issue: 7413 192 document_test/document: Fail # Issue: 7413
193 form_data_test: Fail # Issue: 7413 193 form_data_test: Fail # Issue: 7413
194 keyboard_event_test: Fail # Issue: 7413 194 keyboard_event_test: Fail # Issue: 7413
195 element_test/eventListening: Fail # Issue: 7413 195 element_test/eventListening: Fail # Issue: 7413
196 element_test/children: Fail # Issue: 7413 196 element_test/children: Fail # Issue: 7413
197 audiobuffersourcenode_test: Fail 197 audiobuffersourcenode_test: Fail
198 cache_test: Fail 198 cache_test: Fail
199 canvas_test: Pass,Fail 199 canvas_test: Pass,Fail
200 audiocontext_test: Fail 200 audiocontext_test: Fail
201 blob_constructor_test: Fail 201 blob_constructor_test: Fail
(...skipping 23 matching lines...) Expand all
225 js_interop_3_test: Skip # Timeout. 225 js_interop_3_test: Skip # Timeout.
226 js_interop_4_test: Skip # Timeout. 226 js_interop_4_test: Skip # Timeout.
227 isolates_test: Skip # Timeout. 227 isolates_test: Skip # Timeout.
228 websql_test: Skip # Timeout. 228 websql_test: Skip # Timeout.
229 229
230 [ $runtime == ff ] 230 [ $runtime == ff ]
231 audiobuffersourcenode_test: Fail # FF only has Audio element. 231 audiobuffersourcenode_test: Fail # FF only has Audio element.
232 audiocontext_test: Fail # FF only has Audio element 232 audiocontext_test: Fail # FF only has Audio element
233 css_test: Fail # No analog to WebKitCssMatrix 233 css_test: Fail # No analog to WebKitCssMatrix
234 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 234 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
235 document_test/getCssCanvasContext: Fail # FF does not support this. 235 document_test/supports_cssCanvasContext: Fail
236 element_types_test/supported_content: Fail 236 element_types_test/supported_content: Fail
237 element_types_test/supported_details: Fail 237 element_types_test/supported_details: Fail
238 element_types_test/supported_embed: Fail 238 element_types_test/supported_embed: Fail
239 element_types_test/supported_keygen: Fail 239 element_types_test/supported_keygen: Fail
240 element_types_test/supported_shadow: Fail 240 element_types_test/supported_shadow: Fail
241 element_types_test/supported_track: Fail 241 element_types_test/supported_track: Fail
242 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 242 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
243 fileapi_test: Fail # FF does not support filesystem APIs. 243 fileapi_test: Fail # FF does not support filesystem APIs.
244 indexeddb_1_test/supported: Fail # FF disables indexedDB from file URLs. 244 indexeddb_1_test/supported: Fail # FF disables indexedDB from file URLs.
245 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 245 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 280 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
281 request_animation_frame_test: Skip # Async test hangs. 281 request_animation_frame_test: Skip # Async test hangs.
282 282
283 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 283 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
284 isolates_test: Skip # Timeout because leg does not support web workers. 284 isolates_test: Skip # Timeout because leg does not support web workers.
285 285
286 [ $compiler == dart2js && $runtime == ff ] 286 [ $compiler == dart2js && $runtime == ff ]
287 xhr_test: Skip # Timeout 287 xhr_test: Skip # Timeout
288 inner_frame_test: Skip # Timeout 288 inner_frame_test: Skip # Timeout
289 svg_3_test: Skip # Timeout 289 svg_3_test: Skip # Timeout
OLDNEW
« no previous file with comments | « tests/html/document_test.dart ('k') | tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698