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

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

Issue 13686018: Testing & supporting new HTMLTemplateElement (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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
« no previous file with comments | « tests/html/element_types_test.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 async_window_test: Skip #TODO(gram): investigating 6 async_window_test: Skip #TODO(gram): investigating
7 7
8 event_test: Skip # Issue 1996 8 event_test: Skip # Issue 1996
9 custom_elements_test: Skip # Not yet implemented. 9 custom_elements_test: Skip # Not yet implemented.
10 interactive_test: Skip # Must be run manually. 10 interactive_test: Skip # Must be run manually.
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 audiocontext_test/supported: Fail 81 audiocontext_test/supported: Fail
82 crypto_test/supported: Fail 82 crypto_test/supported: Fail
83 css_test/supportsPointConversions: Fail 83 css_test/supportsPointConversions: Fail
84 document_test/supports_cssCanvasContext: Fail 84 document_test/supports_cssCanvasContext: Fail
85 element_types_test/supported_content: Fail 85 element_types_test/supported_content: Fail
86 element_types_test/supported_details: Fail 86 element_types_test/supported_details: Fail
87 element_types_test/supported_keygen: Fail 87 element_types_test/supported_keygen: Fail
88 element_types_test/supported_meter: Fail 88 element_types_test/supported_meter: Fail
89 element_types_test/supported_output: Fail 89 element_types_test/supported_output: Fail
90 element_types_test/supported_shadow: Fail 90 element_types_test/supported_shadow: Fail
91 element_types_test/supported_template: Fail
91 fileapi_test/supported: Fail 92 fileapi_test/supported: Fail
92 history_test/supported_HashChangeEvent: Fail 93 history_test/supported_HashChangeEvent: Fail
93 indexeddb_1_test/supportsDatabaseNames: Fail 94 indexeddb_1_test/supportsDatabaseNames: Fail
94 input_element_test/supported_date: Fail 95 input_element_test/supported_date: Fail
95 input_element_test/supported_datetime-local: Fail 96 input_element_test/supported_datetime-local: Fail
96 input_element_test/supported_month: Fail 97 input_element_test/supported_month: Fail
97 input_element_test/supported_time: Fail 98 input_element_test/supported_time: Fail
98 input_element_test/supported_week: Fail 99 input_element_test/supported_week: Fail
99 media_stream_test/supported_MediaStreamEvent: Fail 100 media_stream_test/supported_MediaStreamEvent: Fail
100 media_stream_test/supported_MediaStreamTrackEvent: Fail 101 media_stream_test/supported_MediaStreamTrackEvent: Fail
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 css_test/supportsPointConversions: Fail 145 css_test/supportsPointConversions: Fail
145 document_test/supports_cssCanvasContext: Fail 146 document_test/supports_cssCanvasContext: Fail
146 element_types_test/supported_content: Fail 147 element_types_test/supported_content: Fail
147 element_types_test/supported_datalist: Fail 148 element_types_test/supported_datalist: Fail
148 element_types_test/supported_details: Fail 149 element_types_test/supported_details: Fail
149 element_types_test/supported_keygen: Fail 150 element_types_test/supported_keygen: Fail
150 element_types_test/supported_meter: Fail 151 element_types_test/supported_meter: Fail
151 element_types_test/supported_output: Fail 152 element_types_test/supported_output: Fail
152 element_types_test/supported_progress: Fail 153 element_types_test/supported_progress: Fail
153 element_types_test/supported_shadow: Fail 154 element_types_test/supported_shadow: Fail
155 element_types_test/supported_template: Fail
154 element_types_test/supported_track: Fail 156 element_types_test/supported_track: Fail
155 fileapi_test/supported: Fail 157 fileapi_test/supported: Fail
156 form_data_test/supported: Fail 158 form_data_test/supported: Fail
157 history_test/supported_HashChangeEvent: Fail 159 history_test/supported_HashChangeEvent: Fail
158 history_test/supported_state: Fail 160 history_test/supported_state: Fail
159 indexeddb_1_test/supported: Fail 161 indexeddb_1_test/supported: Fail
160 indexeddb_1_test/supportsDatabaseNames: Fail 162 indexeddb_1_test/supportsDatabaseNames: Fail
161 input_element_test/supported_date: Fail 163 input_element_test/supported_date: Fail
162 input_element_test/supported_datetime-local: Fail 164 input_element_test/supported_datetime-local: Fail
163 input_element_test/supported_email: Fail 165 input_element_test/supported_email: Fail
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 wheelevent_test: Fail # Issue: 7414 234 wheelevent_test: Fail # Issue: 7414
233 xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob respons es. 235 xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob respons es.
234 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element 236 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element
235 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element 237 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element
236 238
237 # Safari Feature support statuses- 239 # Safari Feature support statuses-
238 # All changes should be accompanied by platform support annotation changes. 240 # All changes should be accompanied by platform support annotation changes.
239 element_types_test/supported_content: Fail 241 element_types_test/supported_content: Fail
240 element_types_test/supported_datalist: Fail 242 element_types_test/supported_datalist: Fail
241 element_types_test/supported_shadow: Fail 243 element_types_test/supported_shadow: Fail
244 element_types_test/supported_template: Fail
242 fileapi_test/supported: Fail 245 fileapi_test/supported: Fail
243 indexeddb_1_test/supported: Fail 246 indexeddb_1_test/supported: Fail
244 indexeddb_1_test/supportsDatabaseNames: Fail 247 indexeddb_1_test/supportsDatabaseNames: Fail
245 input_element_test/supported_date: Fail 248 input_element_test/supported_date: Fail
246 input_element_test/supported_datetime-local: Fail 249 input_element_test/supported_datetime-local: Fail
247 media_stream_test/supported_MediaStreamEvent: Fail 250 media_stream_test/supported_MediaStreamEvent: Fail
248 media_stream_test/supported_MediaStreamTrackEvent: Fail 251 media_stream_test/supported_MediaStreamTrackEvent: Fail
249 media_stream_test/supported_media: Fail 252 media_stream_test/supported_media: Fail
250 notifications_test/supported: Fail 253 notifications_test/supported: Fail
251 performance_api_test/supported: Fail 254 performance_api_test/supported: Fail
(...skipping 29 matching lines...) Expand all
281 typed_arrays_arraybuffer_test: Fail 284 typed_arrays_arraybuffer_test: Fail
282 url_test: Fail 285 url_test: Fail
283 286
284 # Opera Feature support statuses- 287 # Opera Feature support statuses-
285 # All changes should be accompanied by platform support annotation changes. 288 # All changes should be accompanied by platform support annotation changes.
286 audiobuffersourcenode_test/supported: Fail 289 audiobuffersourcenode_test/supported: Fail
287 audiocontext_test/supported: Fail 290 audiocontext_test/supported: Fail
288 crypto_test/supported: Fail 291 crypto_test/supported: Fail
289 css_test/supportsPointConversions: Fail 292 css_test/supportsPointConversions: Fail
290 document_test/supports_cssCanvasContext: Fail 293 document_test/supports_cssCanvasContext: Fail
294 element_types_test/supported_template: Fail
291 indexeddb_1_test/supported: Fail 295 indexeddb_1_test/supported: Fail
292 indexeddb_1_test/supportsDatabaseNames: Fail 296 indexeddb_1_test/supportsDatabaseNames: Fail
293 mutationobserver_test/supported: Fail 297 mutationobserver_test/supported: Fail
294 notifications_test/supported: Fail 298 notifications_test/supported: Fail
295 performance_api_test/supported: Fail 299 performance_api_test/supported: Fail
296 speechrecognition_test/supported: Fail 300 speechrecognition_test/supported: Fail
297 svg_test/supported_externalResourcesRequired: Fail 301 svg_test/supported_externalResourcesRequired: Fail
298 svg_test/supported_langSpace: Fail 302 svg_test/supported_langSpace: Fail
299 websql_test/supported: Fail 303 websql_test/supported: Fail
300 304
301 [ $runtime == ff ] 305 [ $runtime == ff ]
302 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 306 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
303 dromaeo_smoke_test: Pass, Fail # Issue: 8257 307 dromaeo_smoke_test: Pass, Fail # Issue: 8257
304 webgl_1_test: Pass, Fail # Issue 8219 308 webgl_1_test: Pass, Fail # Issue 8219
305 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage 309 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage
306 310
307 # FireFox Feature support statuses- 311 # FireFox Feature support statuses-
308 # All changes should be accompanied by platform support annotation changes. 312 # All changes should be accompanied by platform support annotation changes.
309 audiobuffersourcenode_test/supported: Fail 313 audiobuffersourcenode_test/supported: Fail
310 audiocontext_test/supported: Fail 314 audiocontext_test/supported: Fail
311 crypto_test/supported: Fail 315 crypto_test/supported: Fail
312 css_test/supportsPointConversions: Fail 316 css_test/supportsPointConversions: Fail
313 document_test/supports_cssCanvasContext: Fail 317 document_test/supports_cssCanvasContext: Fail
314 element_types_test/supported_content: Fail 318 element_types_test/supported_content: Fail
315 element_types_test/supported_details: Fail 319 element_types_test/supported_details: Fail
316 element_types_test/supported_embed: Fail 320 element_types_test/supported_embed: Fail
317 element_types_test/supported_keygen: Fail 321 element_types_test/supported_keygen: Fail
318 element_types_test/supported_object: Fail 322 element_types_test/supported_object: Fail
319 element_types_test/supported_shadow: Fail 323 element_types_test/supported_shadow: Fail
324 element_types_test/supported_template: Fail
320 element_types_test/supported_track: Fail 325 element_types_test/supported_track: Fail
321 fileapi_test/supported: Fail 326 fileapi_test/supported: Fail
322 indexeddb_1_test/supportsDatabaseNames: Fail 327 indexeddb_1_test/supportsDatabaseNames: Fail
323 input_element_test/supported_date: Fail 328 input_element_test/supported_date: Fail
324 input_element_test/supported_datetime-local: Fail 329 input_element_test/supported_datetime-local: Fail
325 input_element_test/supported_month: Fail 330 input_element_test/supported_month: Fail
326 input_element_test/supported_number: Fail 331 input_element_test/supported_number: Fail
327 input_element_test/supported_range: Fail 332 input_element_test/supported_range: Fail
328 input_element_test/supported_time: Fail 333 input_element_test/supported_time: Fail
329 input_element_test/supported_week: Fail 334 input_element_test/supported_week: Fail
(...skipping 30 matching lines...) Expand all
360 [ $compiler == dart2js && $runtime == drt && $unchecked ] 365 [ $compiler == dart2js && $runtime == drt && $unchecked ]
361 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 366 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
362 367
363 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 368 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
364 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 369 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
365 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 370 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
366 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 371 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
367 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 372 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
368 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 373 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
369 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 374 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW
« no previous file with comments | « tests/html/element_types_test.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698