tor-browser

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

open-features-non-integer-screeny.html.ini (2396B)


      1 [open-features-non-integer-screeny.html]
      2  [features "screeny=405.5" should set "screeny=405"]
      3    expected:
      4      if (os == "linux") and not debug and fission and asan: [PASS, FAIL]
      5      if (os == "linux") and debug and fission: [PASS, FAIL]
      6      if os == "android": FAIL
      7 
      8  [features "screeny=405.32" should set "screeny=405"]
      9    expected:
     10      if (os == "linux") and not debug and fission and asan: [PASS, FAIL]
     11      if (os == "linux") and debug and fission: [PASS, FAIL]
     12      if os == "android": FAIL
     13 
     14  [features "screeny=405LLl" should set "screeny=405"]
     15    expected:
     16      if (os == "linux") and not debug and fission and asan: [PASS, FAIL]
     17      if (os == "linux") and debug and fission: [PASS, FAIL]
     18      if os == "android": FAIL
     19 
     20  [features "screeny=405^4" should set "screeny=405"]
     21    expected:
     22      if (os == "linux") and not debug and fission and asan: [PASS, FAIL]
     23      if (os == "linux") and debug and fission: [PASS, FAIL]
     24      if os == "android": FAIL
     25 
     26  [features "screeny=405*3" should set "screeny=405"]
     27    expected:
     28      if (os == "linux") and not debug and fission and asan: [PASS, FAIL]
     29      if (os == "linux") and debug and fission: [PASS, FAIL]
     30      if os == "android": FAIL
     31 
     32  [features "screeny=405/5" should set "screeny=405"]
     33    expected:
     34      if (os == "linux") and not debug and fission and asan: [PASS, FAIL]
     35      if (os == "linux") and debug and fission: [PASS, FAIL]
     36      if os == "android": FAIL
     37 
     38  [features "screeny=405  " should set "screeny=405"]
     39    expected:
     40      if (os == "linux") and not debug and fission and asan: [PASS, FAIL]
     41      if (os == "linux") and debug and fission: [PASS, FAIL]
     42      if os == "android": FAIL
     43 
     44  [features "screeny=405e1" should set "screeny=405"]
     45    expected:
     46      if (os == "linux") and not debug and fission and asan: [PASS, FAIL]
     47      if (os == "linux") and debug and fission: [PASS, FAIL]
     48      if os == "android": FAIL
     49 
     50  [features "screeny=405e-1" should set "screeny=405"]
     51    expected:
     52      if (os == "linux") and not debug and fission and asan: [PASS, FAIL]
     53      if (os == "linux") and debug and fission: [PASS, FAIL]
     54      if os == "android": FAIL
     55 
     56  [features "screeny=_404" should NOT set "screeny=404"]
     57    expected:
     58      if (os == "mac") and debug: [PASS, FAIL]
     59 
     60  [features "screeny=L404" should NOT set "screeny=404"]
     61    expected:
     62      if (os == "mac") and debug: [PASS, FAIL]