Bug 1578763 - Update expectations for pointerevent_pointermove_on_chorded_mouse_button_when_locked.html. r=jgraham

Differential Revision: https://phabricator.services.mozilla.com/D61930

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Cosmin Sabou 2020-02-19 08:53:09 +00:00
Родитель 933ae57c5d
Коммит 5a10be606f
1 изменённых файлов: 1 добавлений и 9 удалений

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

@ -1,12 +1,4 @@
[pointerevent_pointermove_on_chorded_mouse_button_when_locked.html]
[pointer locked pointermove events received for button state changes]
expected:
if ccov and (os == "win"): [PASS, FAIL]
if (os == "linux") and not debug and not fission and (processor == "x86_64") and webrender: ["PASS", "FAIL"]
if (os == "linux") and not debug and not fission and (processor == "x86_64") and not webrender: ["PASS", "FAIL"]
if (os == "linux") and not debug and not fission and (processor == "x86"): ["PASS", "FAIL"]
if (os == "linux") and debug and not webrender and fission: ["FAIL", "PASS"]
if (os == "linux") and debug and not webrender and not fission: ["PASS", "FAIL"]
if (os == "linux") and not debug and fission: ["PASS", "FAIL"]
if (os == "linux") and debug and webrender: ["FAIL", "PASS"]
expected: ["PASS", "FAIL"]