| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index dd08b3654f1f47a486fd2c5c86a9862e68014ea9..48669c82af1aa3472e2789d4fb8883646973d84b 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -22,9 +22,12 @@ custom/element_upgrade_test: Fail # Issue 17298
|
| [ $compiler == dart2js && $browser ]
|
| custom/created_callback_test: Fail # Support for created constructor.
|
|
|
| -[ $compiler == dart2js && $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
|
|
|
| +[ $compiler == dart2js && $runtime == chrome ]
|
| +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
|
|
|
|
|