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

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

Issue 12707003: Revert the revert. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/xhr_cross_origin_test.dart » ('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) 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 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # http://dartbug.com/5151
6 async_window_test: Skip #TODO(gram): investigating 6 async_window_test: Skip #TODO(gram): investigating
7 7
8 event_test: Skip # Issue 1996 8 event_test: Skip # Issue 1996
9 custom_elements_test: Skip # Not yet implemented. 9 custom_elements_test: Skip # Not yet implemented.
10 interactive_test: Skip # Must be run manually. 10 interactive_test: Skip # Must be run manually.
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 element_test/click: Fail # IE does not support firing this event. 99 element_test/click: Fail # IE does not support firing this event.
100 element_test/matches: Fail # IE9 does not support matches 100 element_test/matches: Fail # IE9 does not support matches
101 form_element_test: Fail # Issue 4793. 101 form_element_test: Fail # Issue 4793.
102 isolates_test: Skip # BUG(4016) 102 isolates_test: Skip # BUG(4016)
103 localstorage_test: Fail 103 localstorage_test: Fail
104 microtask_test: Pass, Fail # http://dartbug.com/8300 104 microtask_test: Pass, Fail # http://dartbug.com/8300
105 postmessage_structured_test: Skip # BUG(5685): times out. 105 postmessage_structured_test: Skip # BUG(5685): times out.
106 serialized_script_value_test: Fail 106 serialized_script_value_test: Fail
107 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 107 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
108 window_open_test: Skip # BUG(4016) 108 window_open_test: Skip # BUG(4016)
109 xhr_cross_origin_test: Fail # Issue 6016.
110 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 109 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
111 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 110 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
112 111
113 # IE9 Feature support statuses- 112 # IE9 Feature support statuses-
114 # All changes should be accompanied by platform support annotation changes. 113 # All changes should be accompanied by platform support annotation changes.
115 audiobuffersourcenode_test/supported: Fail 114 audiobuffersourcenode_test/supported: Fail
116 audiocontext_test/supported: Fail 115 audiocontext_test/supported: Fail
117 cache_test/supported: Fail 116 cache_test/supported: Fail
118 crypto_test/supported: Fail 117 crypto_test/supported: Fail
119 css_test/supported_CssMatrix: Fail 118 css_test/supported_CssMatrix: Fail
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 svgelement_test/supported_feTurbulence: Fail 181 svgelement_test/supported_feTurbulence: Fail
183 svgelement_test/supported_filter: Fail 182 svgelement_test/supported_filter: Fail
184 svgelement_test/supported_foreignObject: Fail 183 svgelement_test/supported_foreignObject: Fail
185 svgelement_test/supported_set: Fail 184 svgelement_test/supported_set: Fail
186 touchevent_test/supported: Fail 185 touchevent_test/supported: Fail
187 transition_event_test/supported: Fail 186 transition_event_test/supported: Fail
188 typed_arrays_1_test/supported: Fail 187 typed_arrays_1_test/supported: Fail
189 webgl_1_test/supported: Fail 188 webgl_1_test/supported: Fail
190 websocket_test/supported: Fail 189 websocket_test/supported: Fail
191 websql_test/supported: Fail 190 websql_test/supported: Fail
191 xhr_cross_origin_test/supported: Fail
192 xhr_test/supported_HttpRequestProgressEvent: Fail 192 xhr_test/supported_HttpRequestProgressEvent: Fail
193 xhr_test/supported_onLoadEnd: Fail 193 xhr_test/supported_onLoadEnd: Fail
194 xhr_test/supported_onProgress: Fail 194 xhr_test/supported_onProgress: Fail
195 xsltprocessor_test/supported: Fail 195 xsltprocessor_test/supported: Fail
196 196
197 [ $runtime == safari ] 197 [ $runtime == safari ]
198 datalistelement_test: Fail # Issue: 7414 198 datalistelement_test: Fail # Issue: 7414
199 element_test/elements: Crash, Fail # Issue: 7414 199 element_test/elements: Crash, Fail # Issue: 7414
200 element_types_test/supported_track: Pass, Fail 200 element_types_test/supported_track: Pass, Fail
201 input_element_test/supported_month: Fail, Crash 201 input_element_test/supported_month: Fail, Crash
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 335
336 [ $compiler == dart2js && $runtime == drt && $unchecked ] 336 [ $compiler == dart2js && $runtime == drt && $unchecked ]
337 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 337 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
338 338
339 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 339 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
340 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 340 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
341 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 341 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
342 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 342 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
343 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 343 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
344 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 344 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/xhr_cross_origin_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698