tor-browser

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

open-features-negative-screenx-screeny.html.ini (687B)


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