tor-browser

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

open-features-negative-width-height.html.ini (1318B)


      1 [open-features-negative-width-height.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
      4    if (os == "android") and not debug: [OK, ERROR]
      5  [features "width=-404e1" should NOT set "width=404"]
      6    expected:
      7      if (os == "linux") and not fission and debug: [PASS, FAIL]
      8      if (os == "linux") and not fission and not debug: [PASS, FAIL]
      9 
     10  [features "width=-404" should NOT set "width=404"]
     11    expected:
     12      if asan and not fission: [PASS, FAIL]
     13 
     14  [features "width=-404.5" should NOT set "width=404"]
     15    expected:
     16      if (os == "linux") and not fission and debug: [PASS, FAIL]
     17      if (os == "linux") and not fission and not debug: [PASS, FAIL]
     18 
     19  [features "height=-404.5" should NOT set "height=404"]
     20    expected:
     21      if (os == "linux") and not fission and debug: [PASS, FAIL]
     22      if (os == "linux") and not fission and not debug: [PASS, FAIL]
     23 
     24  [features "height=-404" should NOT set "height=404"]
     25    expected:
     26      if (os == "linux") and not fission and debug: [PASS, FAIL]
     27      if (os == "linux") and not fission and not debug: [PASS, FAIL]
     28 
     29  [features "height=-404e1" should NOT set "height=404"]
     30    expected:
     31      if (os == "linux") and not fission and debug: [PASS, FAIL]
     32      if (os == "linux") and not fission and not debug: [PASS, FAIL]