Chromium Code Reviews| Index: dart/tests/html/html.status |
| =================================================================== |
| --- dart/tests/html/html.status (revision 8035) |
| +++ dart/tests/html/html.status (working copy) |
| @@ -171,3 +171,7 @@ |
| # DOM errors. |
| indexeddb_2_test: Fail # Uncaught error |
| window_open_test: Fail # TypeError: Object [object Window] has no method 'close$0' |
| + |
| +[ $compiler == dart2js && $runtime == chrome && $system == mac ] |
| +element_test: Fail # method not found: 'get$add' |
|
kasperl
2012/05/29 09:24:57
Maybe we should do a pass through all these files
|
| +fileapi_test: Skip # Issue 3022 |