| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 74b2c97d9d90c0bd92c0d9df0e06b9ed4869785e..6f94c6113dfec7c8e4b0316c79b8ec03e6961810 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -368,7 +368,7 @@ wheelevent_test: Fail # Issue 12958
|
| [ $compiler == dart2js && $runtime == ff && $system == windows ]
|
| node_validator_test: Fail # Issue 22564
|
|
|
| -[ $compiler == dart2js && $runtime == chrome && $system == windows]
|
| +[ $compiler == dart2js && $runtime == chrome]
|
| svgelement_test/supported_altGlyph: RuntimeError # Issue 22154
|
|
|
| [ $runtime == dartium && ($system == macos || $system == windows || $system == linux)]
|
| @@ -381,6 +381,9 @@ xhr_test/xhr: Skip # Times out. Issue 21527
|
| [ $compiler == none && $runtime == dartium ]
|
| element_offset_test/offset: Pass, Fail # Issue 13719, 13296
|
|
|
| +[ $runtime == chrome && $system == macos && $compiler == dart2js]
|
| +element_offset_test/offset: RuntimeError # Issue 22619
|
| +
|
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| custom/document_register_basic_test: StaticWarning
|
| custom/element_upgrade_test: StaticWarning
|
|
|