| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 27d455e00defb8628824c9fc8fdc0d3e9357d01d..26186c43021f3c6747e970070dccb40b3ab102b2 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -13,6 +13,7 @@ xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages.
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented
|
| +url_test: Fail # createObjectURL not implemented.
|
|
|
| [ $compiler == none && $runtime == drt && $system == windows]
|
| audiocontext_test: Skip
|
| @@ -95,6 +96,7 @@ shadow_dom_layout_test: Fail
|
| shadow_dom_test: Fail
|
| storage_test: Fail
|
| svg_3_test: Fail
|
| +url_test: Fail # IE9 does not support createObjectURL (it is supported in IE10)
|
| websocket_test: Fail
|
| window_open_test: Skip # BUG(4016)
|
| xsltprocessor_test: Skip # BUG(4016)
|
|
|