blob: 61e1775992f874fc24d8b629d0aafb60462a0541 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[activation-trigger-pointerevent.html?touch]
# A webdriver bug (Bug 1856991) does not emit touch click events internally as expected
bug: 1856991
expected:
if os == "linux": [TIMEOUT, OK]
if os == "android": [TIMEOUT, OK]
[TIMEOUT, OK, FAIL]
[Activation through touch pointerevent click]
expected: [FAIL, TIMEOUT]
[activation-trigger-pointerevent.html?pen]
# Pen touch type is not supported by webdriver
[Activation through pen pointerevent click]
expected: FAIL
[activation-trigger-pointerevent.html?mouse]
|