tor-browser

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

scroll-snap-stop-change.html.ini (643B)


      1 [scroll-snap-stop-change.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [scroll-snap-stop for areas on HTML should control snapping behavior and changing it takes effect]
      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  [scroll-snap-stop for areas on DIV should control snapping behavior and changing it takes effect]
     11    expected:
     12      if not debug and (os == "mac"): [PASS, FAIL]
     13      if not debug and (os == "linux"): [PASS, FAIL]
     14      if not debug and (os == "android"): [PASS, FAIL]