Chromium Code Reviews| Index: tests/html/html.status |
| diff --git a/tests/html/html.status b/tests/html/html.status |
| index b82492dbe65ae8f4a4a7a5ecf6f58bd8be7c47ed..bbb4ec6fefb97c4092ecad6fd3de760e201c6c1b 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 && ($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 |
| +[ $compiler == dart2js && $runtime == chrome ] |
|
ricow1
2014/06/25 08:47:01
doesn't this fail on drt?
|
| +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 |