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

Unified Diff: tests/html/html.status

Issue 12049097: Adding supported checks for CssMatrix and Point. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/html/css_test.dart ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index 36b8e1a11c75d29660c6d5ac5cec5dd643dc58d2..4b13a828e5f3ad82c82641c3121190ba63889b1a 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -21,7 +21,6 @@ input_element_test/supported_month: Fail
input_element_test/supported_week: Fail
speechrecognition_test/supported: Pass, Fail # Chrome stable does not support it.
shadow_dom_test/supported: Fail
-css_test: Pass, Fail # Issue 7978
speechrecognition_test/types: Pass, Fail
[ $runtime == chrome || $runtime == drt]
@@ -48,7 +47,8 @@ audiobuffersourcenode_test: Pass, Fail
# TODO(efortuna, blois): Triage.
audiobuffersourcenode_test: Fail
audiocontext_test: Fail
-css_test: Fail
+css_test/supported_CssMatrix: Fail
+css_test/supported_DomPoint: Fail
document_test/supports_cssCanvasContext: Fail
element_test/click: Fail # IE does not support firing this event.
element_types_test/supported_content: Fail
@@ -117,7 +117,8 @@ audiobuffersourcenode_test: Fail
audiocontext_test: Fail
blob_constructor_test: Fail
cache_test/supported: Fail
-css_test: Fail
+css_test/supported_CssMatrix: Fail
+css_test/supported_DomPoint: Fail
dom_constructors_test: Fail
element_test/matches: Fail # IE9 does not support matches
fileapi_test/supported: Fail
@@ -222,7 +223,8 @@ audiocontext_test: Fail
blob_constructor_test: Fail
canvas_using_html_test: Fail
canvas_test: Fail
-css_test: Fail
+css_test/supported_CssMatrix: Fail
+css_test/supported_DomPoint: Fail
cssstyledeclaration_test: Fail
element_add_test: Fail
element_constructor_1_test: Fail
@@ -253,7 +255,8 @@ websql_test: Skip # Timeout.
[ $runtime == ff ]
audiobuffersourcenode_test: Fail # FF only has Audio element.
audiocontext_test: Fail # FF only has Audio element
-css_test: Fail # No analog to WebKitCssMatrix
+css_test/supported_CssMatrix: Fail
+css_test/supported_DomPoint: Fail
dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTED_ERR
document_test/supports_cssCanvasContext: Fail
element_types_test/supported_content: Fail
« no previous file with comments | « tests/html/css_test.dart ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698