tor-browser

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

open-features-tokenization-top-left.html.ini (2856B)


      1 [open-features-tokenization-top-left.html]
      2  expected:
      3    if debug and (os == "android"): [OK, TIMEOUT]
      4  ["left=141" should set left position of opened window]
      5    expected:
      6      if (os == "linux") and fission and not asan: [PASS, FAIL]
      7      if os == "android": FAIL
      8 
      9  [" left = 141" should set left position of opened window]
     10    expected:
     11      if (os == "linux") and fission and not asan: [PASS, FAIL]
     12      if os == "android": FAIL
     13 
     14  ["left==141" should set left position of opened window]
     15    expected:
     16      if (os == "linux") and fission and not asan: [PASS, FAIL]
     17      if os == "android": FAIL
     18 
     19  ["\nleft= 141" should set left position of opened window]
     20    expected:
     21      if (os == "linux") and fission and not asan: [PASS, FAIL]
     22      if os == "android": FAIL
     23 
     24  [",left=141,," should set left position of opened window]
     25    expected:
     26      if (os == "linux") and fission and not asan: [PASS, FAIL]
     27      if os == "android": FAIL
     28 
     29  ["LEFT=141" should set left position of opened window]
     30    expected:
     31      if (os == "linux") and fission and not asan: [PASS, FAIL]
     32      if os == "android": FAIL
     33 
     34  ["top=142" should set top position of opened window]
     35    expected:
     36      if (os == "linux") and fission and not asan: [PASS, FAIL]
     37      if os == "android": FAIL
     38 
     39  [" top = 142" should set top position of opened window]
     40    expected:
     41      if (os == "linux") and fission and not asan: [PASS, FAIL]
     42      if os == "android": FAIL
     43 
     44  ["top==142" should set top position of opened window]
     45    expected:
     46      if (os == "linux") and fission and not asan: [PASS, FAIL]
     47      if os == "android": FAIL
     48 
     49  ["\\ttop= 142" should set top position of opened window]
     50    expected:
     51      if (os == "linux") and fission and not asan: [PASS, FAIL]
     52      if os == "android": FAIL
     53 
     54  [",top=142,," should set top position of opened window]
     55    expected:
     56      if (os == "linux") and fission and not asan: [PASS, FAIL]
     57      if os == "android": FAIL
     58 
     59  ["TOP=142" should set top position of opened window]
     60    expected:
     61      if (os == "linux") and fission and not asan: [PASS, FAIL]
     62      if os == "android": FAIL
     63 
     64  ["top=152,left=152" should set top and left position of opened window]
     65    expected:
     66      if (os == "linux") and fission and not asan: [PASS, FAIL]
     67      if os == "android": FAIL
     68 
     69  ["top=152,,left=152," should set top and left position of opened window]
     70    expected:
     71      if (os == "linux") and fission and not asan: [PASS, FAIL]
     72      if os == "android": FAIL
     73 
     74  ["top=152==left=152" should set top and left position of opened window]
     75    expected:
     76      if (os == "linux") and fission and not asan: [PASS, FAIL]
     77      if os == "android": FAIL
     78 
     79  [",,top= 152, left=152" should set top and left position of opened window]
     80    expected:
     81      if (os == "linux") and fission and not asan: [PASS, FAIL]
     82      if os == "android": FAIL