| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 9c0f27e304d2826f0d217a8ccfef897768eed4e0..695c65ad2a7ec5765b383cebbb77ea5dffab597d 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -170,16 +170,15 @@ typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
|
|
|
| [ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linux]
|
| indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Error: The data provided does not meet the requirements of the function.
|
| +# 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 ]
|
| # TODO(sra): Triage incompatibility issue.
|
| indexeddb_3_test: Skip
|
| indexeddb_4_test: Skip
|
|
|
| -# 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 == macos ]
|
| element_test: Fail # method not found: 'get$add'
|
| fileapi_test: Skip # Issue 3022
|
|
|