tor-browser

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

scrollbar-width-001.html.ini (682B)


      1 [scrollbar-width-001.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
      4  [horizontal-tb, ltr, scrollbar-width auto]
      5    expected:
      6      if (os == "mac") and not debug: [PASS, FAIL]
      7      if os == "android": FAIL
      8 
      9  [horizontal-tb, ltr, scrollbar-width thin]
     10    expected:
     11      if (os == "mac") and not debug: [PASS, FAIL]
     12      if os == "android": FAIL
     13 
     14  [horizontal-tb, rtl, scrollbar-width auto]
     15    expected:
     16      if (os == "mac") and not debug: [PASS, FAIL]
     17      if os == "android": FAIL
     18 
     19  [horizontal-tb, rtl, scrollbar-width thin]
     20    expected:
     21      if (os == "mac") and not debug: [PASS, FAIL]
     22      if os == "android": FAIL