Chromium Code Reviews| Index: tests/html/html.status |
| diff --git a/tests/html/html.status b/tests/html/html.status |
| index f7ad3443371dfb0bea287bacf6be28873dff44be..85bded04f757c8fdfb55e3e4339c253dcd1710ef 100644 |
| --- a/tests/html/html.status |
| +++ b/tests/html/html.status |
| @@ -88,6 +88,8 @@ webgl_1_test/supported: Fail |
| websql_test/supported: Fail |
| xhr_test/supported_HttpRequestProgressEvent: Fail |
| xsltprocessor_test/supported: Fail |
| +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 |
|
blois
2013/03/21 16:06:44
Not a supported check, should go in the section ab
Andrei Mouravski
2013/03/21 17:40:33
Done.
|
| [ $runtime == ie9 ] |
| blob_constructor_test: Fail |
| @@ -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. |
| @@ -307,6 +310,7 @@ svg_test/supported_langSpace: Fail |
| touchevent_test/supported: Fail |
| websql_test/supported: Fail |
| xhr_test/supported_HttpRequestProgressEvent: Fail |
| +canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox does not like dataUrl videos for drawImage |
|
blois
2013/03/21 16:06:44
Not a support check, should go in the section abov
|
| [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| *: Skip |