tor-browser

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

open-features-tokenization-width-height.html.ini (3207B)


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