| OLD | NEW |
| 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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 interactive_test: Skip # Must be run manually. | 6 interactive_test: Skip # Must be run manually. |
| 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 8 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) | 8 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) |
| 9 [ $runtime == drt || $runtime == dartium ] | 9 [ $runtime == drt || $runtime == dartium ] |
| 10 custom/template_wrappers_test: Pass # Issue 16656 Override others | 10 custom/template_wrappers_test: Pass # Issue 16656 Override others |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 385 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 386 webgl_1_test: Pass, Fail # Issue 8219 | 386 webgl_1_test: Pass, Fail # Issue 8219 |
| 387 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage | 387 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage |
| 388 | 388 |
| 389 # FireFox Feature support statuses- | 389 # FireFox Feature support statuses- |
| 390 # All changes should be accompanied by platform support annotation changes. | 390 # All changes should be accompanied by platform support annotation changes. |
| 391 audiobuffersourcenode_test: Pass, Fail # Issue 14602 | 391 audiobuffersourcenode_test: Pass, Fail # Issue 14602 |
| 392 audiocontext_test: Pass, Fail # Issue 14602 | 392 audiocontext_test: Pass, Fail # Issue 14602 |
| 393 css_test/supportsPointConversions: Fail | 393 css_test/supportsPointConversions: Fail |
| 394 document_test/supports_cssCanvasContext: Fail | 394 document_test/supports_cssCanvasContext: Fail |
| 395 element_types_test/supported_content: Fail | |
| 396 element_types_test/supported_details: Fail | 395 element_types_test/supported_details: Fail |
| 397 element_types_test/supported_embed: Fail | 396 element_types_test/supported_embed: Fail |
| 398 element_types_test/supported_keygen: Fail | 397 element_types_test/supported_keygen: Fail |
| 399 element_types_test/supported_object: Fail | 398 element_types_test/supported_object: Fail |
| 400 element_types_test/supported_shadow: Fail | 399 element_types_test/supported_shadow: Fail |
| 401 element_types_test/supported_track: Fail | 400 element_types_test/supported_track: Fail |
| 402 fileapi_test/supported: Fail | 401 fileapi_test/supported: Fail |
| 403 indexeddb_1_test/supportsDatabaseNames: Fail | 402 indexeddb_1_test/supportsDatabaseNames: Fail |
| 404 input_element_test/supported_date: Fail | 403 input_element_test/supported_date: Fail |
| 405 input_element_test/supported_datetime-local: Fail | 404 input_element_test/supported_datetime-local: Fail |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 events_test: StaticWarning | 450 events_test: StaticWarning |
| 452 htmlelement_test: StaticWarning | 451 htmlelement_test: StaticWarning |
| 453 localstorage_test: StaticWarning | 452 localstorage_test: StaticWarning |
| 454 mutationobserver_test: StaticWarning | 453 mutationobserver_test: StaticWarning |
| 455 track_element_constructor_test: StaticWarning | 454 track_element_constructor_test: StaticWarning |
| 456 transferables_test: StaticWarning | 455 transferables_test: StaticWarning |
| 457 typed_arrays_range_checks_test: StaticWarning | 456 typed_arrays_range_checks_test: StaticWarning |
| 458 typing_test: StaticWarning | 457 typing_test: StaticWarning |
| 459 webgl_1_test: StaticWarning | 458 webgl_1_test: StaticWarning |
| 460 window_nosuchmethod_test: StaticWarning | 459 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |