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

Unified Diff: tests/html/html.status

Issue 10996048: Revert "Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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/canvasrenderingcontext2d_test.dart ('k') | no next file » | 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 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
« no previous file with comments | « tests/html/canvasrenderingcontext2d_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698