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

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

Issue 12212056: Sample test for custom elements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 custom_elements_test: Skip # Not yet implemented.
8 9
9 # Layout tests are only supported on DRT. 10 # Layout tests are only supported on DRT.
10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 11 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
11 *layout_test: Skip 12 *layout_test: Skip
12 13
13 [ $runtime == chrome ] 14 [ $runtime == chrome ]
14 element_types_test/supported_content: Fail 15 element_types_test/supported_content: Fail
15 element_types_test/supported_shadow: Fail 16 element_types_test/supported_shadow: Fail
16 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type. 17 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type.
17 input_element_test/supported_datetime: Fail 18 input_element_test/supported_datetime: Fail
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 transferables_test: Skip # until isInstance works in dart2js 325 transferables_test: Skip # until isInstance works in dart2js
325 326
326 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 327 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
327 request_animation_frame_test: Skip # Async test hangs. 328 request_animation_frame_test: Skip # Async test hangs.
328 329
329 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 330 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
330 isolates_test: Skip # Timeout because leg does not support web workers. 331 isolates_test: Skip # Timeout because leg does not support web workers.
331 332
332 [ $compiler == dart2js && $runtime == ff ] 333 [ $compiler == dart2js && $runtime == ff ]
333 inner_frame_test: Skip # Timeout 334 inner_frame_test: Skip # Timeout
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698