tor-browser

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

inheritance.html.ini (468B)


      1 [inheritance.html]
      2  [Property scroll-snap-stop has initial value normal]
      3    expected:
      4      if not debug and (os == "mac"): [PASS, FAIL]
      5      if not debug and (os == "android"): [PASS, FAIL]
      6      if not debug and (os == "linux"): [PASS, FAIL]
      7 
      8  [Property scroll-snap-stop does not inherit]
      9    expected:
     10      if not debug and (os == "mac"): [PASS, FAIL]
     11      if not debug and (os == "android"): [PASS, FAIL]
     12      if not debug and (os == "linux"): [PASS, FAIL]