| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 7adb723b0fe2eca7c8682dff43f5856581dca582..bdfc7a19fc2c2d1e344c0e6c3571f3bffd51f52f 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -37,6 +37,7 @@ datalistelement_test: Skip # Issue 20540
|
| [ $compiler == dart2js ]
|
| input_element_test/attributes: Fail # Issue 21555
|
| wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant to Dartium
|
| +js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
|
|
|
| [ $compiler == dart2js && $checked ]
|
| js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatible with --checked
|
| @@ -51,7 +52,6 @@ custom/element_upgrade_test: Fail # Issue 17298
|
| [ $compiler == dart2js && $browser ]
|
| custom/created_callback_test: Fail # Support for created constructor. Issue 14835
|
| fontface_loaded_test: Fail # Support for promises.
|
| -js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
|
|
|
| [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ]
|
| custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this
|
|
|