| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index aec0a701ea544836592cde83a1c1681d7e470a59..813fddac484834f8b7fa0f1214e524e4b523dba5 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -24,6 +24,7 @@ request_animation_frame_test: Skip # drt hangs
|
| [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ]
|
| window_nosuchmethod_test: Fail # Issue 1837, frog puts top-level members in the global JS namespace.
|
| cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dart:html frog.
|
| +inner_frame_test: Fail # Issue 2774
|
|
|
| [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera || ($runtime == drt && $compiler == frog)]
|
| # TODO(vsm): Triage DOM tests.
|
| @@ -153,6 +154,7 @@ dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate
|
| isolates_test: Skip # Timeout because leg does not support web workers.
|
| typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types.
|
| cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dart:html
|
| +inner_frame_test: Fail # Issue 2774
|
|
|
| # DOM errors.
|
| indexeddb_2_test: Fail # Uncaught error
|
|
|