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

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

Issue 1014843004: Make Element.animate work in dart2js Chrome (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix comment indentation Created 5 years, 9 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) 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 cross_frame_test: Skip # Test reloads itself. Issue 18558 8 cross_frame_test: Skip # Test reloads itself. Issue 18558
9 9
10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
11 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll) 11 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll)
12 form_data_test/functional: Skip # Issue 19726 12 form_data_test/functional: Skip # Issue 19726
13 indexeddb_1_test/functional: Skip # Issue 19512 (timing out) 13 indexeddb_1_test/functional: Skip # Issue 19512 (timing out)
14 indexeddb_4_test: Skip # Issue 19726 14 indexeddb_4_test: Skip # Issue 19726
15 mouse_event_test: Fail # Issue 20437 15 mouse_event_test: Fail # Issue 20437
16 worker_api_test: Fail # Issue 10223 16 worker_api_test: Fail # Issue 10223
17 media_stream_test/constructors: Pass, Crash # Issue 22267 17 media_stream_test/constructors: Pass, Crash # Issue 22267
18 element_animate_test: Fail # Not supported on Dartium
18 19
19 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] 20 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
20 datalistelement_test: Skip # Issue 20540 21 datalistelement_test: Skip # Issue 20540
21 22
22 [ $compiler == dart2js ] 23 [ $compiler == dart2js ]
23 input_element_test/attributes: Fail # Issue 21555 24 input_element_test/attributes: Fail # Issue 21555
24 25
25 [ $compiler == dart2js && $csp && $browser ] 26 [ $compiler == dart2js && $csp && $browser ]
26 custom/js_custom_test: Fail # Issue 14643 27 custom/js_custom_test: Fail # Issue 14643
27 custom/element_upgrade_test: Fail # Issue 17298 28 custom/element_upgrade_test: Fail # Issue 17298
28 29
29 [ $compiler == dart2js && $browser ] 30 [ $compiler == dart2js && $browser ]
30 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5 31 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5
31 fontface_loaded_test: Fail # Support for promises. 32 fontface_loaded_test: Fail # Support for promises.
32 storage_quota_test: Fail # Support for promises. 33 storage_quota_test: Fail # Support for promises.
33 34
34 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ] 35 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ]
35 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this 36 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this
37 element_animate_test: Fail # Element.animate not supported on these browsers.
36 38
37 [ $compiler == none && $runtime == dartium && $system == macos] 39 [ $compiler == none && $runtime == dartium && $system == macos]
38 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834 40 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834
39 41
40 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 42 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
41 # postMessage in dartium always transfers the typed array buffer, never a view 43 # postMessage in dartium always transfers the typed array buffer, never a view
42 postmessage_structured_test/typed_arrays: Fail 44 postmessage_structured_test/typed_arrays: Fail
43 # Dartium seems to lose the data from the dispatchEvent. 45 # Dartium seems to lose the data from the dispatchEvent.
44 postmessage_structured_test/more_primitives: Fail 46 postmessage_structured_test/more_primitives: Fail
45 async_test: Fail # Uses spawn, not implemented from a DOM isolate in Dartium 47 async_test: Fail # Uses spawn, not implemented from a DOM isolate in Dartium
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 htmlelement_test: StaticWarning 404 htmlelement_test: StaticWarning
403 localstorage_test: StaticWarning 405 localstorage_test: StaticWarning
404 mutationobserver_test: StaticWarning 406 mutationobserver_test: StaticWarning
405 queryall_test: fail 407 queryall_test: fail
406 track_element_constructor_test: StaticWarning 408 track_element_constructor_test: StaticWarning
407 transferables_test: StaticWarning 409 transferables_test: StaticWarning
408 typed_arrays_range_checks_test: StaticWarning 410 typed_arrays_range_checks_test: StaticWarning
409 typing_test: StaticWarning 411 typing_test: StaticWarning
410 webgl_1_test: StaticWarning 412 webgl_1_test: StaticWarning
411 window_nosuchmethod_test: StaticWarning 413 window_nosuchmethod_test: StaticWarning
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698