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

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

Issue 12040101: Adding supported checks for Element.matches. (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
« no previous file with comments | « tests/html/element_test.dart ('k') | tools/dom/scripts/generator.py » ('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) 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 9
10 # Layout tests are only supported on DRT. 10 # Layout tests are only supported on DRT.
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 websql_test: Fail # IE does not support web SQL 112 websql_test: Fail # IE does not support web SQL
113 # 113 #
114 # Investigate and triage the following into bug reports. 114 # Investigate and triage the following into bug reports.
115 # 115 #
116 audiobuffersourcenode_test: Fail 116 audiobuffersourcenode_test: Fail
117 audiocontext_test: Fail 117 audiocontext_test: Fail
118 blob_constructor_test: Fail 118 blob_constructor_test: Fail
119 cache_test/supported: Fail 119 cache_test/supported: Fail
120 css_test: Fail 120 css_test: Fail
121 dom_constructors_test: Fail 121 dom_constructors_test: Fail
122 element_test/matches: Fail # IE9 does not support matches 122 element_test/supports_matches: Fail
123 fileapi_test/supported: Fail 123 fileapi_test/supported: Fail
124 history_test/supported_HashChangeEvent: Fail 124 history_test/supported_HashChangeEvent: Fail
125 history_test/supported_state: Fail 125 history_test/supported_state: Fail
126 indexeddb_1_test/supported: Fail 126 indexeddb_1_test/supported: Fail
127 input_element_test/supported_date: Fail 127 input_element_test/supported_date: Fail
128 input_element_test/supported_datetime-local: Fail 128 input_element_test/supported_datetime-local: Fail
129 input_element_test/supported_datetime: Fail 129 input_element_test/supported_datetime: Fail
130 input_element_test/supported_email: Fail 130 input_element_test/supported_email: Fail
131 input_element_test/supported_month: Fail 131 input_element_test/supported_month: Fail
132 input_element_test/supported_number: Fail 132 input_element_test/supported_number: Fail
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 302
303 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 303 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
304 request_animation_frame_test: Skip # Async test hangs. 304 request_animation_frame_test: Skip # Async test hangs.
305 305
306 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 306 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
307 isolates_test: Skip # Timeout because leg does not support web workers. 307 isolates_test: Skip # Timeout because leg does not support web workers.
308 308
309 [ $compiler == dart2js && $runtime == ff ] 309 [ $compiler == dart2js && $runtime == ff ]
310 inner_frame_test: Skip # Timeout 310 inner_frame_test: Skip # Timeout
311 svg_3_test: Skip # Timeout 311 svg_3_test: Skip # Timeout
OLDNEW
« no previous file with comments | « tests/html/element_test.dart ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698