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

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

Issue 12857006: Removing CssValue APIs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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/css_test.dart ('k') | tests/html/svg_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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 window_open_test: Skip 63 window_open_test: Skip
64 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 64 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
65 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 65 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
66 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. 66 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs.
67 67
68 # IE10 Feature support statuses- 68 # IE10 Feature support statuses-
69 # All changes should be accompanied by platform support annotation changes. 69 # All changes should be accompanied by platform support annotation changes.
70 audiobuffersourcenode_test/supported: Fail 70 audiobuffersourcenode_test/supported: Fail
71 audiocontext_test/supported: Fail 71 audiocontext_test/supported: Fail
72 crypto_test/supported: Fail 72 crypto_test/supported: Fail
73 css_test/supported_CssMatrix: Fail 73 css_test/supportsPointConversions: Fail
74 css_test/supported_DomPoint: Fail
75 document_test/supports_cssCanvasContext: Fail 74 document_test/supports_cssCanvasContext: Fail
76 element_types_test/supported_content: Fail 75 element_types_test/supported_content: Fail
77 element_types_test/supported_details: Fail 76 element_types_test/supported_details: Fail
78 element_types_test/supported_keygen: Fail 77 element_types_test/supported_keygen: Fail
79 element_types_test/supported_meter: Fail 78 element_types_test/supported_meter: Fail
80 element_types_test/supported_output: Fail 79 element_types_test/supported_output: Fail
81 element_types_test/supported_shadow: Fail 80 element_types_test/supported_shadow: Fail
82 fileapi_test/supported: Fail 81 fileapi_test/supported: Fail
83 history_test/supported_HashChangeEvent: Fail 82 history_test/supported_HashChangeEvent: Fail
84 indexeddb_1_test/supportsDatabaseNames: Fail 83 indexeddb_1_test/supportsDatabaseNames: Fail
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 window_open_test: Skip # BUG(4016) 123 window_open_test: Skip # BUG(4016)
125 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 124 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
126 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 125 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
127 126
128 # IE9 Feature support statuses- 127 # IE9 Feature support statuses-
129 # All changes should be accompanied by platform support annotation changes. 128 # All changes should be accompanied by platform support annotation changes.
130 audiobuffersourcenode_test/supported: Fail 129 audiobuffersourcenode_test/supported: Fail
131 audiocontext_test/supported: Fail 130 audiocontext_test/supported: Fail
132 cache_test/supported: Fail 131 cache_test/supported: Fail
133 crypto_test/supported: Fail 132 crypto_test/supported: Fail
134 css_test/supported_CssMatrix: Fail 133 css_test/supportsPointConversions: Fail
135 css_test/supported_DomPoint: Fail
136 document_test/supports_cssCanvasContext: Fail 134 document_test/supports_cssCanvasContext: Fail
137 element_types_test/supported_content: Fail 135 element_types_test/supported_content: Fail
138 element_types_test/supported_datalist: Fail 136 element_types_test/supported_datalist: Fail
139 element_types_test/supported_details: Fail 137 element_types_test/supported_details: Fail
140 element_types_test/supported_keygen: Fail 138 element_types_test/supported_keygen: Fail
141 element_types_test/supported_meter: Fail 139 element_types_test/supported_meter: Fail
142 element_types_test/supported_output: Fail 140 element_types_test/supported_output: Fail
143 element_types_test/supported_progress: Fail 141 element_types_test/supported_progress: Fail
144 element_types_test/supported_shadow: Fail 142 element_types_test/supported_shadow: Fail
145 element_types_test/supported_track: Fail 143 element_types_test/supported_track: Fail
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 keyboard_event_test: Fail # Issue: 7413 267 keyboard_event_test: Fail # Issue: 7413
270 serialized_script_value_test: Fail 268 serialized_script_value_test: Fail
271 typed_arrays_arraybuffer_test: Fail 269 typed_arrays_arraybuffer_test: Fail
272 url_test: Fail 270 url_test: Fail
273 271
274 # Opera Feature support statuses- 272 # Opera Feature support statuses-
275 # All changes should be accompanied by platform support annotation changes. 273 # All changes should be accompanied by platform support annotation changes.
276 audiobuffersourcenode_test/supported: Fail 274 audiobuffersourcenode_test/supported: Fail
277 audiocontext_test/supported: Fail 275 audiocontext_test/supported: Fail
278 crypto_test/supported: Fail 276 crypto_test/supported: Fail
279 css_test/supported_CssMatrix: Fail 277 css_test/supportsPointConversions: Fail
280 css_test/supported_DomPoint: Fail
281 document_test/supports_cssCanvasContext: Fail 278 document_test/supports_cssCanvasContext: Fail
282 indexeddb_1_test/supported: Fail 279 indexeddb_1_test/supported: Fail
283 indexeddb_1_test/supportsDatabaseNames: Fail 280 indexeddb_1_test/supportsDatabaseNames: Fail
284 mutationobserver_test/supported: Fail 281 mutationobserver_test/supported: Fail
285 notifications_test/supported: Fail 282 notifications_test/supported: Fail
286 performance_api_test/supported: Fail 283 performance_api_test/supported: Fail
287 speechrecognition_test/supported: Fail 284 speechrecognition_test/supported: Fail
288 svg_test/supported_externalResourcesRequired: Fail 285 svg_test/supported_externalResourcesRequired: Fail
289 svg_test/supported_langSpace: Fail 286 svg_test/supported_langSpace: Fail
290 websql_test/supported: Fail 287 websql_test/supported: Fail
291 288
292 [ $runtime == ff ] 289 [ $runtime == ff ]
293 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 290 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
294 dromaeo_smoke_test: Pass, Fail # Issue: 8257 291 dromaeo_smoke_test: Pass, Fail # Issue: 8257
295 webgl_1_test: Pass, Fail # Issue 8219 292 webgl_1_test: Pass, Fail # Issue 8219
296 postmessage_structured_test/typed_arrays: Fail # FF incorrectly clones arrays. 293 postmessage_structured_test/typed_arrays: Fail # FF incorrectly clones arrays.
297 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage 294 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage
298 295
299 # FireFox Feature support statuses- 296 # FireFox Feature support statuses-
300 # All changes should be accompanied by platform support annotation changes. 297 # All changes should be accompanied by platform support annotation changes.
301 audiobuffersourcenode_test/supported: Fail 298 audiobuffersourcenode_test/supported: Fail
302 audiocontext_test/supported: Fail 299 audiocontext_test/supported: Fail
303 crypto_test/supported: Fail 300 crypto_test/supported: Fail
304 css_test/supported_CssMatrix: Fail 301 css_test/supportsPointConversions: Fail
305 css_test/supported_DomPoint: Fail
306 document_test/supports_cssCanvasContext: Fail 302 document_test/supports_cssCanvasContext: Fail
307 element_types_test/supported_content: Fail 303 element_types_test/supported_content: Fail
308 element_types_test/supported_details: Fail 304 element_types_test/supported_details: Fail
309 element_types_test/supported_embed: Fail 305 element_types_test/supported_embed: Fail
310 element_types_test/supported_keygen: Fail 306 element_types_test/supported_keygen: Fail
311 element_types_test/supported_object: Fail 307 element_types_test/supported_object: Fail
312 element_types_test/supported_shadow: Fail 308 element_types_test/supported_shadow: Fail
313 element_types_test/supported_track: Fail 309 element_types_test/supported_track: Fail
314 fileapi_test/supported: Fail 310 fileapi_test/supported: Fail
315 indexeddb_1_test/supportsDatabaseNames: Fail 311 indexeddb_1_test/supportsDatabaseNames: Fail
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 348
353 [ $compiler == dart2js && $runtime == drt && $unchecked ] 349 [ $compiler == dart2js && $runtime == drt && $unchecked ]
354 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 350 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
355 351
356 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 352 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
357 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 353 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
358 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 354 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
359 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 355 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
360 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 356 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
361 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 357 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW
« no previous file with comments | « tests/html/css_test.dart ('k') | tests/html/svg_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698