tor-browser

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

scrollbar-width-002.html.ini (870B)


      1 [scrollbar-width-002.html]
      2  [vertical-lr, scrollbar-width auto]
      3    expected:
      4      if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL]
      5      if (os == "mac") and not debug: [PASS, FAIL]
      6      if os == "android": FAIL
      7 
      8  [vertical-lr, scrollbar-width thin]
      9    expected:
     10      if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL]
     11      if (os == "mac") and not debug: [PASS, FAIL]
     12      if os == "android": FAIL
     13 
     14  [vertical-rl, scrollbar-width auto]
     15    expected:
     16      if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL]
     17      if (os == "mac") and not debug: [PASS, FAIL]
     18      if os == "android": FAIL
     19 
     20  [vertical-rl, scrollbar-width thin]
     21    expected:
     22      if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL]
     23      if (os == "mac") and not debug: [PASS, FAIL]
     24      if os == "android": FAIL