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

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

Issue 10905130: Adding IE support to browser prefixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removing test exceptions from html.status. Created 8 years, 3 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/cssstyledeclaration_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 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 webgl_1_test: Skip # Issue 1495 6 webgl_1_test: Skip # Issue 1495
7 xmldocument_test: Skip # XML in dart:html is incomplete 7 xmldocument_test: Skip # XML in dart:html is incomplete
8 xmlelement_test: Skip # XML in dart:html is incomplete 8 xmlelement_test: Skip # XML in dart:html is incomplete
9 measurement_test: Pass, Fail # Issue 1940 9 measurement_test: Pass, Fail # Issue 1940
10 10
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 form_data_test: Fail # Issue 4793. 44 form_data_test: Fail # Issue 4793.
45 form_element_test: Fail # Issue 4793. 45 form_element_test: Fail # Issue 4793.
46 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 46 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
47 typed_arrays_2_test: Skip 47 typed_arrays_2_test: Skip
48 typed_arrays_3_test: Skip 48 typed_arrays_3_test: Skip
49 typed_arrays_4_test: Skip 49 typed_arrays_4_test: Skip
50 typed_arrays_5_test: Skip 50 typed_arrays_5_test: Skip
51 typed_arrays_arraybuffer_test: Skip 51 typed_arrays_arraybuffer_test: Skip
52 typed_arrays_dataview_test: Skip 52 typed_arrays_dataview_test: Skip
53 typed_arrays_range_checks_test: Fail 53 typed_arrays_range_checks_test: Fail
54 cssstyledeclaration_test: Fail
55 element_test: Fail 54 element_test: Fail
56 localstorage_test: Fail 55 localstorage_test: Fail
57 node_test: Fail 56 node_test: Fail
58 svgelement_test: Fail 57 svgelement_test: Fail
59 svgelement2_test: Fail 58 svgelement2_test: Fail
60 websql_test: Fail # IE does not support web SQL 59 websql_test: Fail # IE does not support web SQL
61 # 60 #
62 # Investigate and triage the following into bug reports. 61 # Investigate and triage the following into bug reports.
63 # 62 #
64 audiocontext_test: Fail 63 audiocontext_test: Fail
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 window_open_test: Skip # BUG(4016) 96 window_open_test: Skip # BUG(4016)
98 xsltprocessor_test: Skip # BUG(4016) 97 xsltprocessor_test: Skip # BUG(4016)
99 isolates_test: Skip # BUG(4016) 98 isolates_test: Skip # BUG(4016)
100 xhr_test: Skip # BUG(4016) 99 xhr_test: Skip # BUG(4016)
101 xhr_cross_origin_test: Skip # TODO(vsm): Triage XHR on IE. 100 xhr_cross_origin_test: Skip # TODO(vsm): Triage XHR on IE.
102 js_interop_1_test: Pass, Fail # BUG(4631) 101 js_interop_1_test: Pass, Fail # BUG(4631)
103 102
104 103
105 [ $runtime == safari ] 104 [ $runtime == safari ]
106 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function 105 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function
107 cssstyledeclaration_test: Fail
108 node_test: Fail 106 node_test: Fail
109 svgelement_test: Fail 107 svgelement_test: Fail
110 svgelement2_test: Fail 108 svgelement2_test: Fail
111 109
112 [ $runtime == ff ] 110 [ $runtime == ff ]
113 audiocontext_test: Fail # FF only has Audio element 111 audiocontext_test: Fail # FF only has Audio element
114 css_test: Fail # No analog to WebKitCSSMatrix 112 css_test: Fail # No analog to WebKitCSSMatrix
115 cssstyledeclaration_test: Fail
116 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame 113 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame
117 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 114 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
118 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 115 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
119 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 116 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
120 documentfragment_test: Fail 117 documentfragment_test: Fail
121 element_test: Fail 118 element_test: Fail
122 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 119 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
123 fileapi_test: Fail # FF does not support filesystem APIs. 120 fileapi_test: Fail # FF does not support filesystem APIs.
124 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 121 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
125 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 122 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 192
196 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ] 193 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ]
197 isolates_test: Skip # Timeout because leg does not support web workers. 194 isolates_test: Skip # Timeout because leg does not support web workers.
198 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 195 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
199 196
200 [ $compiler == dart2js && $runtime == ff && $system == linux] 197 [ $compiler == dart2js && $runtime == ff && $system == linux]
201 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function. 198 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function.
202 localstorage_test: Fail 199 localstorage_test: Fail
203 mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14. 200 mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14.
204 201
205 [ $compiler == dart2js && $runtime == chrome ]
206 cssstyledeclaration_test: Fail # Issue 4777
207
208 [ $compiler == dart2js && $runtime == ff ] 202 [ $compiler == dart2js && $runtime == ff ]
209 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status' 203 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status'
210 xhr_test: Skip # Timeout 204 xhr_test: Skip # Timeout
211 inner_frame_test: Skip # Timeout 205 inner_frame_test: Skip # Timeout
212 svg_3_test: Skip # Timeout 206 svg_3_test: Skip # Timeout
213 documentfragment_test: Skip # Timeout 207 documentfragment_test: Skip # Timeout
214 208
215 [ $compiler == dart2js && $runtime == chrome && $system == windows] 209 [ $compiler == dart2js && $runtime == chrome && $system == windows]
216 css_test: Pass, Fail # Issue #2823 210 css_test: Pass, Fail # Issue #2823
217 211
218 [ $compiler == dart2js && $runtime == ff && $system == windows] 212 [ $compiler == dart2js && $runtime == ff && $system == windows]
219 js_interop_2_test: Fail # Issue 4658. 213 js_interop_2_test: Fail # Issue 4658.
OLDNEW
« no previous file with comments | « tests/html/cssstyledeclaration_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698