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

Unified Diff: tests/html/html.status

Issue 12942007: Fix drawImage on Firefox and update html.status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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') | tests/html/small.mp4 » ('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 f7ad3443371dfb0bea287bacf6be28873dff44be..a52b18f6daac41f9d351891eea73b357709eb52d 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -46,6 +46,8 @@ serialized_script_value_test: Fail
storage_test: Fail, Pass
websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
window_open_test: Skip
+canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not support drawImage w/ video element
+canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does not support drawImage w/ video element
# IE10 Feature support statuses-
# All changes should be accompanied by platform support annotation changes.
@@ -104,7 +106,8 @@ serialized_script_value_test: Fail
url_test: Fail # IE9 does not support createObjectURL (it is supported in IE10)
window_open_test: Skip # BUG(4016)
xhr_cross_origin_test: Fail # Issue 6016.
-canvasrenderingcontext2d_test: Pass, Fail # flaky drawImage. BUG(9189)
+canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not support drawImage w/ video element
+canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does not support drawImage w/ video element
# IE9 Feature support statuses-
# All changes should be accompanied by platform support annotation changes.
@@ -271,6 +274,7 @@ dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
dromaeo_smoke_test: Pass, Fail # Issue: 8257
webgl_1_test: Pass, Fail # Issue 8219
postmessage_structured_test/typed_arrays: Fail # FF incorrectly clones arrays.
+canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox does not like dataUrl videos for drawImage
# FireFox Feature support statuses-
# All changes should be accompanied by platform support annotation changes.
« no previous file with comments | « tests/html/canvasrenderingcontext2d_test.dart ('k') | tests/html/small.mp4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698