Source code
Revision control
Copy as Markdown
Other Tools
[activation-trigger-pointerevent.html?touch]
bug: 1856991
expected:
if os == "win": [OK, FAIL, TIMEOUT]
if os == "mac": [OK, TIMEOUT, FAIL]
[OK, TIMEOUT]
[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]
expected:
if os == "mac": [OK, TIMEOUT]
[Activation through mouse pointerevent click]
expected:
if os == "mac": [PASS, TIMEOUT]