Bug 1158392 Comment 32 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Botond Ballo [:botond] [standards meeting Feb 18-23] from comment #31)
> It appears that some of the RTL tests are also failing on desktop now.

Doh. These tests were disabled on desktop altogether with `skip-if(!Android)`. I then added a `fuzzy(...)` which, you guessed it, overrides the `skip-if`... (it needs to be `fuzzy-if(...)` instead).
(In reply to Botond Ballo [:botond] [standards meeting Feb 18-23] from comment #31)
> It appears that some of the RTL tests are also failing on desktop now.

Doh. These tests were disabled on desktop altogether with `skip-if(!Android)`. I then added a `fuzzy(...)` which, you guessed it, overrides the `skip-if`... (it needs to be `fuzzy-if(Android, ...)` instead).

Back to Bug 1158392 Comment 32