| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index c5a729303d87d593574717aa79f7508f8ef97d90..dafdc915d1199b68e3e9a7e9e51d77b1d0d58886 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.
|
| @@ -103,7 +105,8 @@ postmessage_structured_test: Skip # BUG(5685): times out.
|
| serialized_script_value_test: Fail
|
| url_test: Fail # IE9 does not support createObjectURL (it is supported in IE10)
|
| window_open_test: Skip # BUG(4016)
|
| -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.
|
| @@ -200,6 +203,8 @@ input_element_test/supported_week: Fail, Crash
|
| webgl_1_test: Pass, Fail # Issue 8219
|
| wheelevent_test: Fail # Issue: 7414
|
| xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob responses.
|
| +canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not support drawImage w/ video element
|
| +canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari does not support drawImage w/ video element
|
|
|
| # Safari Feature support statuses-
|
| # All changes should be accompanied by platform support annotation changes.
|
| @@ -271,6 +276,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.
|
|
|