| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index b82492dbe65ae8f4a4a7a5ecf6f58bd8be7c47ed..0be4f10e5183116d4ca6a5438d2a635cadece2ab 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -9,7 +9,6 @@ dromaeo_smoke_test: Skip # Issue 14521, 8257
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| form_data_test/functional: Fail # Issue 18931 (Disabled for Chrome 35 roll)
|
| indexeddb_5_test: Fail # Issue 18931 (Disabled for Chrome 35 roll)
|
| -custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 18931 (Disabled for Chrome 35 roll)
|
| blob_constructor_test: Fail # Issue 19500
|
| transferables_test: Fail # Issue 19500
|
| indexeddb_1_test/functional: Skip # Issue 19512 (timing out)
|
| @@ -22,8 +21,9 @@ custom/element_upgrade_test: Fail # Issue 17298
|
| [ $compiler == dart2js && $browser ]
|
| custom/created_callback_test: Fail # Support for created constructor.
|
|
|
| -[ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ]
|
| +[ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie || $runtime == chrome) ]
|
| custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this
|
| +custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 18931 (Disabled for Chrome 35 roll)
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug && $system == macos]
|
| audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601
|
|
|