| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index b7ecd425814950128eebbc3c4cf2af6e16f09cfa..d80c21fe08c1cdf0fb112fe71af3b6af879b4850 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -9,6 +9,9 @@ event_test: Skip # Issue 1996
|
| custom_elements_test: Skip # Not yet implemented.
|
| interactive_test: Skip # Must be run manually.
|
|
|
| +[ $compiler == dart2js && $csp && $runtime == drt && $unchecked ]
|
| +indexeddb_2_test: Fail # Bug in v8, http://dartbug.com/9407
|
| +
|
| # Layout tests are only supported on DRT.
|
| [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
|
| *layout_test: Skip
|
|
|