| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index f95d10af8d10cb4218dc87c90e88e054681ec4c7..2d55219cbd5740a730fa50918194061a55193917 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -354,7 +354,7 @@ wheelevent_test: Fail # http://dartbug.com/12958
|
| # Desktop operation systems do not support touch events on chrome 34 dartium.
|
| touchevent_test/supported: Fail
|
|
|
| -[ ($runtime == dartium || $runtime == ie10) && ($system == macos || $system == windows)]
|
| +[ ($runtime == dartium && $system == macos) || $system == windows ]
|
| xhr_test/xhr: Skip # Times out. Issue 21527
|
|
|
| [ $compiler == none && $runtime == dartium ]
|
|
|