| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index c429c6db7eb4eb805ea48b0f961a99bc8fa2fd4d..c72c445f3fd315e16fdf6663175caafb4cb9ca0b 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -199,6 +199,10 @@ instance_of_test: Fail # Issue 2535
|
| localstorage_test: Fail
|
| mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14.
|
|
|
| +[ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linux]
|
| +# DOM errors.
|
| +indexeddb_2_test: Fail # Uncaught error
|
| +
|
| [ $compiler == dart2js && $runtime == chrome && $system == macos ]
|
| fileapi_test: Skip # Issue 3022
|
|
|
|
|