tor-browser

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

touch-action-with-swipe-dir-change.html.ini (480B)


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