| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index b1714459c70039ec74346950fcf623256832759a..cb2a60e8d791ceb5189322f76e6c4cb19dd627c2 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -10,6 +10,10 @@ interactive_test: Skip # Must be run manually.
|
| custom_elements_test/register: Fail
|
| custom_elements_test/preregister: Fail
|
|
|
| +[ $compiler == dart2js ]
|
| +# Document.register is unimplemented.
|
| +custom_elements_test: Skip
|
| +
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug && $system == macos]
|
| audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601
|
|
|
|
|