Bug 1773670 - Set expectation on windows coverage for scrollend-event-not-fired-after-removing-scroller.tentative.html. r=aryx DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D148935
This commit is contained in:
Cosmin Sabou 2022-06-10 18:04:03 +00:00
Родитель db03d0432b
Коммит d0d49a4e93
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -3,6 +3,7 @@
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [OK, TIMEOUT]
if (os == "linux") and not debug and (processor == "x86_64") and fission: [OK, TIMEOUT]
if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, OK]
if (os == "win") and ccov: [TIMEOUT, OK]
if (os == "win") and not debug: TIMEOUT
if (os == "mac") and not debug: TIMEOUT
[scrollend is received after removing descendant div]
@ -10,6 +11,7 @@
if (os == "linux") and not debug and (processor == "x86_64") and fission: [FAIL, TIMEOUT]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [FAIL, TIMEOUT]
if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, FAIL]
if (os == "mac") and not debug: TIMEOUT
if (os == "win") and ccov: [TIMEOUT, FAIL]
if (os == "win") and not debug: TIMEOUT
if (os == "mac") and not debug: TIMEOUT
FAIL