blob: 668eb0879a6bf40f8dd4db4952802fceb3df3d01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[scrollend-event-fired-to-document.html]
expected:
if (os == "mac") and debug: [ERROR, OK, TIMEOUT]
if (os == "linux") and not debug: [ERROR, OK, TIMEOUT]
ERROR
[Tests that the document gets scrollend event when no element scrolls by touch.]
expected:
if (os == "win") and ccov: FAIL
if (os == "linux") and not debug and (processor == "x86_64") and fission: [TIMEOUT, FAIL]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [TIMEOUT, FAIL]
if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, FAIL]
if (os == "win") and not debug: TIMEOUT
if (os == "mac") and debug: [FAIL, TIMEOUT]
if (os == "mac") and not debug: TIMEOUT
FAIL
[testing, vertical]
expected: FAIL
[testing, horizontal]
expected: FAIL
|