Index: tests/html/html.status |
diff --git a/tests/html/html.status b/tests/html/html.status |
index 2ffcc6f4e9f9f2696c94ea6c133757345247f52a..e2215bc9f69466321abe4ac9cefb22dfea454791 100644 |
--- a/tests/html/html.status |
+++ b/tests/html/html.status |
@@ -77,6 +77,8 @@ websql_test: Fail # IE does not support web SQL |
audiocontext_test: Fail |
blob_constructor_test: Fail |
cache_test: Fail |
+canvas_test: Fail |
+canvas_using_html_test: Fail |
css_test: Fail |
datalistelement_test: Fail # ie9 does not have HTMLDataListElement |
dom_constructors_test: Fail |
@@ -114,6 +116,8 @@ svgelement2_test: Fail |
[ $runtime == ff ] |
audiocontext_test: Fail # FF only has Audio element |
css_test: Fail # No analog to WebKitCSSMatrix |
+canvas_test: Fail # No setFillColor() method. Use fillstyle attribute instead. |
+canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribute instead. |
contentelement_test: Fail # FF does not support content element. |
dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTED_ERR |
documentfragment_test: Fail |