Bug 1642865 - Expectation update for scrollend-event-for-user-scroll.html. CLOSED TREE

This commit is contained in:
Sebastian Hengst 2020-06-09 20:34:14 +02:00
Родитель 9017f973e3
Коммит fbc7f48992
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -4,16 +4,19 @@
if (os == "win") and not debug and not webrender and (processor == "x86_64"): [TIMEOUT, ERROR]
if (os == "mac") and debug: ERROR
if (os == "win") and debug: ERROR
if not debug and (os == "win") and not webrender and (processor == "x86"): TIMEOUT
if os == "android": OK
[Tests that the target_div gets scrollend event when send DOWN key to target.]
expected:
if os == "android": FAIL
if os == "linux" and (asan or debug): NOTRUN
if not debug and (os == "win") and not webrender and (processor == "x86"): NOTRUN
[Tests that the target_div gets scrollend event when click scrollbar on target.]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): [NOTRUN, FAIL]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [FAIL, NOTRUN, TIMEOUT]
if not debug and (os == "win") and not webrender and (processor == "x86"): [NOTRUN, FAIL]
if debug: FAIL
FAIL
@ -22,12 +25,14 @@
if (os == "linux") and not debug and not webrender and (processor == "x86"): [NOTRUN, TIMEOUT]
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): [TIMEOUT, NOTRUN]
if (os == "linux") and debug: TIMEOUT
if not debug and (os == "win") and not webrender and (processor == "x86"): [NOTRUN, FAIL]
if os == "android": FAIL
[Tests that the target_div gets scrollend event when dragging scroll on target.]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): [TIMEOUT, FAIL]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [FAIL, TIMEOUT]
if not debug and (os == "win") and not webrender and (processor == "x86"): [FAIL, TIMEOUT]
if debug: FAIL
FAIL