tor-browser

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

open-features-non-integer-top.html.ini (1524B)


      1 [open-features-non-integer-top.html]
      2  [features "top=105.5" should set "top=105"]
      3    expected:
      4      if (os == "linux") and debug and fission: [PASS, FAIL]
      5      if os == "android": FAIL
      6 
      7  [features "top=105.32" should set "top=105"]
      8    expected:
      9      if (os == "linux") and debug and fission: [PASS, FAIL]
     10      if os == "android": FAIL
     11 
     12  [features "top=105LLl" should set "top=105"]
     13    expected:
     14      if (os == "linux") and debug and fission: [PASS, FAIL]
     15      if os == "android": FAIL
     16 
     17  [features "top=105^4" should set "top=105"]
     18    expected:
     19      if (os == "linux") and debug and fission: [PASS, FAIL]
     20      if os == "android": FAIL
     21 
     22  [features "top=105*3" should set "top=105"]
     23    expected:
     24      if (os == "linux") and debug and fission: [PASS, FAIL]
     25      if os == "android": FAIL
     26 
     27  [features "top=105/5" should set "top=105"]
     28    expected:
     29      if (os == "linux") and debug and fission: [PASS, FAIL]
     30      if os == "android": FAIL
     31 
     32  [features "top=105  " should set "top=105"]
     33    expected:
     34      if (os == "linux") and debug and fission: [PASS, FAIL]
     35      if os == "android": FAIL
     36 
     37  [features "top=105e1" should set "top=105"]
     38    expected:
     39      if (os == "linux") and debug and fission: [PASS, FAIL]
     40      if os == "android": FAIL
     41 
     42  [features "top=105e-1" should set "top=105"]
     43    expected:
     44      if (os == "linux") and debug and fission: [PASS, FAIL]
     45      if os == "android": FAIL
     46 
     47  [features "top=L104" should NOT set "top=104"]
     48    expected:
     49      if asan and not fission: [PASS, FAIL]