tor-browser

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

keyboard.html.ini (797B)


      1 [keyboard.html]
      2  expected:
      3    if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
      4  [Snaps to bottom-left after pressing ArrowDown]
      5    expected:
      6      if os == "linux": [PASS, FAIL]
      7      if os == "android": [PASS, FAIL]
      8 
      9  [Snaps to top-left after pressing ArrowUp]
     10    expected:
     11      if (os == "linux") and fission and not asan and not tsan: [PASS, FAIL]
     12      if (os == "linux") and not fission: [PASS, FAIL, TIMEOUT]
     13 
     14  [Snaps to top-left after pressing ArrowLeft]
     15    expected:
     16      if asan: [PASS, FAIL]
     17 
     18  [If there is no valid snap offset on the arrow key's direction other than the current offset, and the scroll-snap-type is proximity, go to the original intended offset]
     19    expected:
     20      if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT]