tor-browser

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

open-features-tokenization-innerheight-innerwidth.html.ini (1570B)


      1 [open-features-tokenization-innerheight-innerwidth.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  ["innerwidth=401" should set width of opened window]
      5    expected:
      6      if os == "android": FAIL
      7 
      8  [" innerwidth = 401" should set width of opened window]
      9    expected:
     10      if os == "android": FAIL
     11 
     12  ["innerwidth==401" should set width of opened window]
     13    expected:
     14      if os == "android": FAIL
     15 
     16  ["\\ninnerwidth= 401" should set width of opened window]
     17    expected:
     18      if os == "android": FAIL
     19 
     20  [",innerwidth=401,," should set width of opened window]
     21    expected:
     22      if os == "android": FAIL
     23 
     24  ["INNERWIDTH=401" should set width of opened window]
     25    expected:
     26      if os == "android": FAIL
     27 
     28  ["innerWidth=401" should set width of opened window]
     29    expected:
     30      if os == "android": FAIL
     31 
     32  ["innerheight=402" should set height of opened window]
     33    expected:
     34      if os == "android": FAIL
     35 
     36  [" innerheight = 402" should set height of opened window]
     37    expected:
     38      if os == "android": FAIL
     39 
     40  ["innerheight==402" should set height of opened window]
     41    expected:
     42      if os == "android": FAIL
     43 
     44  ["\\ninnerheight= 402" should set height of opened window]
     45    expected:
     46      if os == "android": FAIL
     47 
     48  [",innerheight=402,," should set height of opened window]
     49    expected:
     50      if os == "android": FAIL
     51 
     52  ["INNERHEIGHT=402" should set height of opened window]
     53    expected:
     54      if os == "android": FAIL
     55 
     56  ["innerHeight=402" should set height of opened window]
     57    expected:
     58      if os == "android": FAIL