Bug 1556556 - Update test expectations for tests which are now passing. r=mstange

Differential Revision: https://phabricator.services.mozilla.com/D69642
This commit is contained in:
Botond Ballo 2020-05-05 19:28:56 +00:00
Родитель d3677710c5
Коммит 69d9164602
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
[Event-dispatch-redispatch.html]
[Redispatching mouseup event whose default action dispatches a click event]
expected:
if os == "mac": PASS
if (os == "mac") or (os == "android"): PASS
FAIL