tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

activation-trigger-pointerevent.html.ini (690B)


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