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

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

Issue 23141002: Fix Event delegation on IE. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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) 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 async_window_test: Skip #TODO(gram): investigating 5 async_window_test: Skip #TODO(gram): investigating
6 event_test: Skip # Issue 1996 6 event_test: Skip # Issue 1996
7 interactive_test: Skip # Must be run manually. 7 interactive_test: Skip # Must be run manually.
8 8
9 # Issue 9326 9 # Issue 9326
10 custom_elements_test/register: Fail 10 custom_elements_test/register: Fail
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 isolates_test: Skip 89 isolates_test: Skip
90 microtask_test: Fail, Pass # Appears to be flaky 90 microtask_test: Fail, Pass # Appears to be flaky
91 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 91 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
92 serialized_script_value_test: Fail 92 serialized_script_value_test: Fail
93 storage_test: Fail, Pass 93 storage_test: Fail, Pass
94 transferables_test: Fail # Issue 9846 94 transferables_test: Fail # Issue 9846
95 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 95 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
96 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 96 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
97 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 97 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
98 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. 98 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs.
99 element_test/eventDelegation: Fail # TODO(efortuna)
100 element_test/matches: Fail # TODO(efortuna)
101 99
102 # IE10 Feature support statuses- 100 # IE10 Feature support statuses-
103 # All changes should be accompanied by platform support annotation changes. 101 # All changes should be accompanied by platform support annotation changes.
104 audiobuffersourcenode_test/supported: Fail 102 audiobuffersourcenode_test/supported: Fail
105 audiocontext_test/supported: Fail 103 audiocontext_test/supported: Fail
106 crypto_test/supported: Fail 104 crypto_test/supported: Fail
107 css_test/supportsPointConversions: Fail 105 css_test/supportsPointConversions: Fail
108 document_test/supports_cssCanvasContext: Fail 106 document_test/supports_cssCanvasContext: Fail
109 element_types_test/supported_content: Fail 107 element_types_test/supported_content: Fail
110 element_types_test/supported_details: Fail 108 element_types_test/supported_details: Fail
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 isolates_test: Skip # BUG(4016) 151 isolates_test: Skip # BUG(4016)
154 localstorage_test: Fail 152 localstorage_test: Fail
155 microtask_test: Pass, Fail # http://dartbug.com/8300 153 microtask_test: Pass, Fail # http://dartbug.com/8300
156 postmessage_structured_test: Skip # BUG(5685): times out. 154 postmessage_structured_test: Skip # BUG(5685): times out.
157 serialized_script_value_test: Fail 155 serialized_script_value_test: Fail
158 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 156 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
159 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 157 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
160 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 158 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
161 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 159 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416
162 input_element_test/attributes: Fail # IE returns null while others '' 160 input_element_test/attributes: Fail # IE returns null while others ''
163 element_test/eventDelegation: Fail # TODO(efortuna)
164 161
165 # IE9 Feature support statuses- 162 # IE9 Feature support statuses-
166 # All changes should be accompanied by platform support annotation changes. 163 # All changes should be accompanied by platform support annotation changes.
167 audiobuffersourcenode_test/supported: Fail 164 audiobuffersourcenode_test/supported: Fail
168 audiocontext_test/supported: Fail 165 audiocontext_test/supported: Fail
169 cache_test/supported: Fail 166 cache_test/supported: Fail
170 crypto_test/supported: Fail 167 crypto_test/supported: Fail
171 css_test/supportsPointConversions: Fail 168 css_test/supportsPointConversions: Fail
172 document_test/supports_cssCanvasContext: Fail 169 document_test/supports_cssCanvasContext: Fail
173 element_types_test/supported_content: Fail 170 element_types_test/supported_content: Fail
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 388 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
392 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 389 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
393 event_customevent_test: Fail # Test cannot run under CSP restrictions. 390 event_customevent_test: Fail # Test cannot run under CSP restrictions.
394 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 391 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
395 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 392 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
396 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 393 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
397 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 394 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
398 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 395 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
399 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 396 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
400 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 397 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698