tor-browser

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

open-features-non-integer-innerheight.html.ini (2337B)


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