blob: 28f46b30761a36c2e9dc3dd60ef5dc762beb323d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[scrollend-event-fired-to-window.html]
expected:
if (os == "win") and ccov: OK
if (os == "linux") and not debug: [OK, TIMEOUT]
[Tests that the window gets scrollend event when no element scrolls after touch scrolling.]
expected:
if (os == "win") and ccov: FAIL
if not debug and (os == "linux") and (processor == "x86_64") and not fission: [TIMEOUT, FAIL]
if not debug and (os == "linux") and (processor == "x86_64") and fission: [TIMEOUT, FAIL]
if not debug and (os == "linux") and (processor == "x86"): [TIMEOUT, FAIL]
if not debug and (os == "win"): TIMEOUT
if not debug and (os == "mac"): TIMEOUT
FAIL
[testing, vertical]
expected: FAIL
|