Chromium Code Reviews| Index: tests/html/html.status |
| diff --git a/tests/html/html.status b/tests/html/html.status |
| index 48669c82af1aa3472e2789d4fb8883646973d84b..dd08b3654f1f47a486fd2c5c86a9862e68014ea9 100644 |
| --- a/tests/html/html.status |
| +++ b/tests/html/html.status |
| @@ -22,12 +22,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 || $runtime == chrome) ] |
|
blois
2014/07/15 17:48:38
Why these changes? This should have been correct a
floitsch
2014/07/15 17:55:48
I believe the test started working on my Chrome-de
|
| +[ $compiler == dart2js && $ie ] |
| 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 |
|
floitsch
2014/07/15 17:55:48
I guess this one is for the same reasons.
|
| - |
| [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug && $system == macos] |
| audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601 |