tor-browser

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

open-features-negative-top-left.html.ini (808B)


      1 [open-features-negative-top-left.html]
      2  expected:
      3    if (os == "android") and not debug: [OK, ERROR]
      4  [features "top=-204.5" should NOT set "top=204"]
      5    expected:
      6      if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL]
      7 
      8  [features "top=-0" should NOT set "top=204"]
      9    expected:
     10      if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL]
     11 
     12  [features "left=-204" should NOT set "left=204"]
     13    expected:
     14      if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL]
     15 
     16  [features "left=-204.5" should NOT set "left=204"]
     17    expected:
     18      if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL]
     19 
     20  [features "left=-0" should NOT set "left=204"]
     21    expected:
     22      if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL]