tor-browser

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

scroll-snap-stop-001.html.ini (1028B)


      1 [scroll-snap-stop-001.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [A scroll with intended direction and end position should not pass a snap area with scroll-snap-stop: always.]
      5    expected:
      6      if not debug and (os == "android"): [PASS, FAIL]
      7      if not debug and (os == "mac"): [PASS, FAIL]
      8      if not debug and (os == "linux"): [PASS, FAIL]
      9 
     10  [A scroll outside bounds in the snapping axis with intended direction and end position should not pass a snap area with scroll-snap-stop: always.]
     11    expected:
     12      if not debug and (os == "linux"): [PASS, FAIL]
     13      if not debug and (os == "android"): [PASS, FAIL]
     14      if not debug and (os == "mac"): [PASS, FAIL]
     15 
     16  [A scroll outside bounds in the non-snapping axis with intended direction and end position should not pass a snap area with scroll-snap-stop: always.]
     17    expected:
     18      if not debug and (os == "android"): [PASS, FAIL]
     19      if not debug and (os == "mac"): [PASS, FAIL]
     20      if not debug and (os == "linux"): [PASS, FAIL]