tor-browser

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

open-features-tokenization-screenx-screeny.html.ini (2625B)


      1 [open-features-tokenization-screenx-screeny.html]
      2  expected:
      3    if asan and not fission: [OK, TIMEOUT]
      4  ["screenx=141" should set left position of opened window]
      5    expected:
      6      if os == "win": PASS
      7      if os == "mac": PASS
      8      if os == "android": FAIL
      9      [PASS, FAIL]
     10 
     11  [" screenx = 141" should set left position of opened window]
     12    expected:
     13      if os == "win": PASS
     14      if os == "mac": PASS
     15      if os == "android": FAIL
     16      [PASS, FAIL]
     17 
     18  ["screenx==141" should set left position of opened window]
     19    expected:
     20      if os == "win": PASS
     21      if os == "mac": PASS
     22      if os == "android": FAIL
     23      [PASS, FAIL]
     24 
     25  ["\\nscreenx= 141" should set left position of opened window]
     26    expected:
     27      if os == "win": PASS
     28      if os == "mac": PASS
     29      if os == "android": FAIL
     30      [PASS, FAIL]
     31 
     32  [",screenx=141,," should set left position of opened window]
     33    expected:
     34      if os == "win": PASS
     35      if os == "mac": PASS
     36      if os == "android": FAIL
     37      [PASS, FAIL]
     38 
     39  ["SCREENX=141" should set left position of opened window]
     40    expected:
     41      if os == "win": PASS
     42      if os == "mac": PASS
     43      if os == "android": FAIL
     44      [PASS, FAIL]
     45 
     46  ["screenX=141" should set left position of opened window]
     47    expected:
     48      if os == "win": PASS
     49      if os == "mac": PASS
     50      if os == "android": FAIL
     51      [PASS, FAIL]
     52 
     53  ["screeny=142" should set top position of opened window]
     54    expected:
     55      if os == "win": PASS
     56      if os == "mac": PASS
     57      if os == "android": FAIL
     58      [PASS, FAIL]
     59 
     60  [" screeny = 142" should set top position of opened window]
     61    expected:
     62      if os == "win": PASS
     63      if os == "mac": PASS
     64      if os == "android": FAIL
     65      [PASS, FAIL]
     66 
     67  ["screeny==142" should set top position of opened window]
     68    expected:
     69      if os == "win": PASS
     70      if os == "mac": PASS
     71      if os == "android": FAIL
     72      [PASS, FAIL]
     73 
     74  ["\\nscreeny= 142" should set top position of opened window]
     75    expected:
     76      if os == "win": PASS
     77      if os == "mac": PASS
     78      if os == "android": FAIL
     79      [PASS, FAIL]
     80 
     81  [",screeny=142,," should set top position of opened window]
     82    expected:
     83      if os == "win": PASS
     84      if os == "mac": PASS
     85      if os == "android": FAIL
     86      [PASS, FAIL]
     87 
     88  ["SCREENY=142" should set top position of opened window]
     89    expected:
     90      if os == "win": PASS
     91      if os == "mac": PASS
     92      if os == "android": FAIL
     93      [PASS, FAIL]
     94 
     95  ["screenY=142" should set top position of opened window]
     96    expected:
     97      if os == "win": PASS
     98      if os == "mac": PASS
     99      if os == "android": FAIL
    100      [PASS, FAIL]