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

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

Issue 11086012: Fix test to pass on IE, FF (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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/cross_frame_test.dart ('k') | no next file » | 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 xhr_cross_origin_test: Skip # http://dartbug.com/5645 5 xhr_cross_origin_test: Skip # http://dartbug.com/5645
6 6
7 window_open_test: Fail, Pass # http://dartbug.com/5151 7 window_open_test: Fail, Pass # http://dartbug.com/5151
8 8
9 event_test: Skip # Issue 1996 9 event_test: Skip # Issue 1996
10 webgl_1_test: Skip # Issue 1495 10 webgl_1_test: Skip # Issue 1495
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 # TODO(vsm): Triage DOM tests. 50 # TODO(vsm): Triage DOM tests.
51 htmloptionscollection_test: Fail # Issue 3813. 51 htmloptionscollection_test: Fail # Issue 3813.
52 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. 52 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
53 shadow_dom_layout_test: Skip 53 shadow_dom_layout_test: Skip
54 unknownelement_test: Fail # Issue 4189 54 unknownelement_test: Fail # Issue 4189
55 55
56 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 56 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
57 history_test: Fail 57 history_test: Fail
58 58
59 [ $runtime == ie ] 59 [ $runtime == ie ]
60 cross_frame_test: Fail # Issue 5651
61 contentelement_test: Fail # ie does not support content element. 60 contentelement_test: Fail # ie does not support content element.
62 form_data_test: Fail # Issue 4793. 61 form_data_test: Fail # Issue 4793.
63 form_element_test: Fail # Issue 4793. 62 form_element_test: Fail # Issue 4793.
64 inner_frame_test: Skip # Issue 5727 (timeout) 63 inner_frame_test: Skip # Issue 5727 (timeout)
65 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 64 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
66 typed_arrays_2_test: Skip 65 typed_arrays_2_test: Skip
67 typed_arrays_3_test: Skip 66 typed_arrays_3_test: Skip
68 typed_arrays_4_test: Skip 67 typed_arrays_4_test: Skip
69 typed_arrays_5_test: Skip 68 typed_arrays_5_test: Skip
70 typed_arrays_arraybuffer_test: Skip 69 typed_arrays_arraybuffer_test: Skip
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 node_test: Fail 144 node_test: Fail
146 serialized_script_value_test: Fail 145 serialized_script_value_test: Fail
147 svgelement2_test: Fail 146 svgelement2_test: Fail
148 svgelement_test: Fail 147 svgelement_test: Fail
149 url_test: Fail 148 url_test: Fail
150 149
151 [ $runtime == ff ] 150 [ $runtime == ff ]
152 audiobuffersourcenode_test: Fail # FF only has Audio element. 151 audiobuffersourcenode_test: Fail # FF only has Audio element.
153 audiocontext_test: Fail # FF only has Audio element 152 audiocontext_test: Fail # FF only has Audio element
154 css_test: Fail # No analog to WebKitCSSMatrix 153 css_test: Fail # No analog to WebKitCSSMatrix
155 cross_frame_test: Pass, Fail # Issue 5651
156 contentelement_test: Fail # FF does not support content element. 154 contentelement_test: Fail # FF does not support content element.
157 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 155 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
158 documentfragment_test: Fail 156 documentfragment_test: Fail
159 element_webkit_test: Fail 157 element_webkit_test: Fail
160 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 158 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
161 fileapi_test: Fail # FF does not support filesystem APIs. 159 fileapi_test: Fail # FF does not support filesystem APIs.
162 indexeddb_1_test: Fail # FF disables indexedDB from file URLs. 160 indexeddb_1_test: Fail # FF disables indexedDB from file URLs.
163 indexeddb_2_test: Fail # FF disables indexedDB from file URLs. 161 indexeddb_2_test: Fail # FF disables indexedDB from file URLs.
164 indexeddb_3_test: Fail # FF disables indexedDB from file URLs. 162 indexeddb_3_test: Fail # FF disables indexedDB from file URLs.
165 indexeddb_4_test: Fail # FF disables indexedDB from file URLs. 163 indexeddb_4_test: Fail # FF disables indexedDB from file URLs.
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 221
224 [ $compiler == dart2js && $runtime == chrome && $system == windows] 222 [ $compiler == dart2js && $runtime == chrome && $system == windows]
225 css_test: Pass, Fail # Issue #2823 223 css_test: Pass, Fail # Issue #2823
226 224
227 [ $compiler == dart2js && $runtime == ff && $system == windows] 225 [ $compiler == dart2js && $runtime == ff && $system == windows]
228 js_interop_2_test: Fail # Issue 4658. 226 js_interop_2_test: Fail # Issue 4658.
229 js_interop_3_test: Fail # Issue 4658. 227 js_interop_3_test: Fail # Issue 4658.
230 228
231 [ $compiler == dart2js && $checked && $browser] 229 [ $compiler == dart2js && $checked && $browser]
232 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' 230 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name '
OLDNEW
« no previous file with comments | « tests/html/cross_frame_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698