blob: 6d9bd20dce7f1baf75e3def4254c175b0d00febc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[touch-action-with-swipe-dir-change.html?touch]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
[touch-action:auto with right,down swipe]
expected: FAIL
[touch-action:auto with down,right swipe]
expected: FAIL
[touch-action:pan-x with right,down swipe]
expected: FAIL
[touch-action:pan-y with down,right swipe]
expected: FAIL
[touch-action:none with down,right swipe]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
|