blob: a5947aeaf959f9f3cd3d1f9412adbec9261fabfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[overscroll-deltas.html]
expected:
if (os == "linux") and not debug: [ERROR, OK, TIMEOUT]
ERROR
[Tests that the document gets overscroll event with right deltaX/Y attributes.]
expected:
if (os == "win") and ccov: FAIL
if not debug and (os == "linux") and (processor == "x86_64") and fission: [TIMEOUT, 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"): [TIMEOUT, FAIL]
if not debug and (os == "win"): TIMEOUT
if not debug and (os == "mac"): TIMEOUT
FAIL
[testing, vertical]
expected: FAIL
[testing, horizontal]
expected: FAIL
|