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

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

Issue 11823035: 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 xmldocument_test: Skip # XML in dart:html is incomplete 9 xmldocument_test: Skip # XML in dart:html is incomplete
10 xmlelement_test: Skip # XML in dart:html is incomplete 10 xmlelement_test: Skip # XML in dart:html is incomplete
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 audiocontext_test: Pass, Fail 53 audiocontext_test: Pass, Fail
54 54
55 [ $compiler == dart2js && $runtime == drt && $system == macos] 55 [ $compiler == dart2js && $runtime == drt && $system == macos]
56 audiobuffersourcenode_test: Pass, Fail 56 audiobuffersourcenode_test: Pass, Fail
57 57
58 [$runtime == ie10 ] 58 [$runtime == ie10 ]
59 # TODO(efortuna, blois): Triage. 59 # TODO(efortuna, blois): Triage.
60 audiobuffersourcenode_test: Fail 60 audiobuffersourcenode_test: Fail
61 audiocontext_test: Fail 61 audiocontext_test: Fail
62 css_test: Fail 62 css_test: Fail
63 document_test/getCssCanvasContext: Fail # IE does not support this. 63 document_test/supports_cssCanvasContext: Fail
64 element_test/additionalConstructors: Fail 64 element_test/additionalConstructors: Fail
65 element_test/click: Fail # IE does not support firing this event. 65 element_test/click: Fail # IE does not support firing this event.
66 element_types_test/supported_content: Fail 66 element_types_test/supported_content: Fail
67 element_types_test/supported_details: Fail 67 element_types_test/supported_details: Fail
68 element_types_test/supported_keygen: Fail 68 element_types_test/supported_keygen: Fail
69 element_types_test/supported_meter: Fail 69 element_types_test/supported_meter: Fail
70 element_types_test/supported_object: Fail 70 element_types_test/supported_object: Fail
71 element_types_test/supported_output: Fail 71 element_types_test/supported_output: Fail
72 element_types_test/supported_shadow: Fail 72 element_types_test/supported_shadow: Fail
73 exceptions_test: Fail 73 exceptions_test: Fail
(...skipping 18 matching lines...) Expand all
92 svgelement_test/additionalConstructors: Fail 92 svgelement_test/additionalConstructors: Fail
93 svgelement2_test: Fail 93 svgelement2_test: Fail
94 svg_3_test: Fail 94 svg_3_test: Fail
95 url_test: Fail # IE10 does not support from file:// 95 url_test: Fail # IE10 does not support from file://
96 websql_test: Fail 96 websql_test: Fail
97 window_open_test: Skip 97 window_open_test: Skip
98 xhr_test: Fail 98 xhr_test: Fail
99 xsltprocessor_test: Fail 99 xsltprocessor_test: Fail
100 100
101 [ $runtime == ie9 ] 101 [ $runtime == ie9 ]
102 document_test/getCssCanvasContext: Fail # IE does not support this. 102 document_test/supports_cssCanvasContext: Fail
103 element_test/click: Fail # IE does not support firing this event. 103 element_test/click: Fail # IE does not support firing this event.
104 element_types_test/supported_content: Fail 104 element_types_test/supported_content: Fail
105 element_types_test/supported_datalist: Fail 105 element_types_test/supported_datalist: Fail
106 element_types_test/supported_details: Fail 106 element_types_test/supported_details: Fail
107 element_types_test/supported_keygen: Fail 107 element_types_test/supported_keygen: Fail
108 element_types_test/supported_meter: Fail 108 element_types_test/supported_meter: Fail
109 element_types_test/supported_object: Fail 109 element_types_test/supported_object: Fail
110 element_types_test/supported_output: Fail 110 element_types_test/supported_output: Fail
111 element_types_test/supported_progress: Fail 111 element_types_test/supported_progress: Fail
112 element_types_test/supported_shadow: Fail 112 element_types_test/supported_shadow: Fail
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 shadow_dom_test/supported: Fail 183 shadow_dom_test/supported: Fail
184 184
185 [ $runtime == opera && $system == windows ] 185 [ $runtime == opera && $system == windows ]
186 htmlelement_test: Fail, Pass 186 htmlelement_test: Fail, Pass
187 187
188 [ $runtime == opera && $system == macos ] 188 [ $runtime == opera && $system == macos ]
189 element_test/constructors: Fail 189 element_test/constructors: Fail
190 190
191 191
192 [ $runtime == opera ] 192 [ $runtime == opera ]
193 document_test/getCssCanvasContext: Fail # Issue: 7413 193 document_test/supports_cssCanvasContext: Fail
194 form_data_test: Fail # Issue: 7413 194 form_data_test: Fail # Issue: 7413
195 keyboard_event_test: Fail # Issue: 7413 195 keyboard_event_test: Fail # Issue: 7413
196 xmldocument_2_test: Fail # Issue: 7413 196 xmldocument_2_test: Fail # Issue: 7413
197 element_test/eventListening: Fail # Issue: 7413 197 element_test/eventListening: Fail # Issue: 7413
198 element_test/children: Fail # Issue: 7413 198 element_test/children: Fail # Issue: 7413
199 audiobuffersourcenode_test: Fail 199 audiobuffersourcenode_test: Fail
200 cache_test: Fail 200 cache_test: Fail
201 canvas_test: Pass,Fail 201 canvas_test: Pass,Fail
202 audiocontext_test: Fail 202 audiocontext_test: Fail
203 blob_constructor_test: Fail 203 blob_constructor_test: Fail
(...skipping 24 matching lines...) Expand all
228 js_interop_3_test: Skip # Timeout. 228 js_interop_3_test: Skip # Timeout.
229 js_interop_4_test: Skip # Timeout. 229 js_interop_4_test: Skip # Timeout.
230 isolates_test: Skip # Timeout. 230 isolates_test: Skip # Timeout.
231 websql_test: Skip # Timeout. 231 websql_test: Skip # Timeout.
232 232
233 [ $runtime == ff ] 233 [ $runtime == ff ]
234 audiobuffersourcenode_test: Fail # FF only has Audio element. 234 audiobuffersourcenode_test: Fail # FF only has Audio element.
235 audiocontext_test: Fail # FF only has Audio element 235 audiocontext_test: Fail # FF only has Audio element
236 css_test: Fail # No analog to WebKitCssMatrix 236 css_test: Fail # No analog to WebKitCssMatrix
237 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 237 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
238 document_test/getCssCanvasContext: Fail # FF does not support this. 238 document_test/supports_cssCanvasContext: Fail
239 element_types_test/supported_content: Fail 239 element_types_test/supported_content: Fail
240 element_types_test/supported_details: Fail 240 element_types_test/supported_details: Fail
241 element_types_test/supported_embed: Fail 241 element_types_test/supported_embed: Fail
242 element_types_test/supported_keygen: Fail 242 element_types_test/supported_keygen: Fail
243 element_types_test/supported_shadow: Fail 243 element_types_test/supported_shadow: Fail
244 element_types_test/supported_track: Fail 244 element_types_test/supported_track: Fail
245 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 245 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
246 fileapi_test: Fail # FF does not support filesystem APIs. 246 fileapi_test: Fail # FF does not support filesystem APIs.
247 indexeddb_1_test/supported: Fail # FF disables indexedDB from file URLs. 247 indexeddb_1_test/supported: Fail # FF disables indexedDB from file URLs.
248 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 248 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 284 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
285 request_animation_frame_test: Skip # Async test hangs. 285 request_animation_frame_test: Skip # Async test hangs.
286 286
287 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 287 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
288 isolates_test: Skip # Timeout because leg does not support web workers. 288 isolates_test: Skip # Timeout because leg does not support web workers.
289 289
290 [ $compiler == dart2js && $runtime == ff ] 290 [ $compiler == dart2js && $runtime == ff ]
291 xhr_test: Skip # Timeout 291 xhr_test: Skip # Timeout
292 inner_frame_test: Skip # Timeout 292 inner_frame_test: Skip # Timeout
293 svg_3_test: Skip # Timeout 293 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