tor-browser

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

open-features-non-integer-width.html.ini (2130B)


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