18 lines
544 B
INI
18 lines
544 B
INI
[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]
|