tor-browser

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

element-link-icon.https.sub.html.ini (2358B)


      1 [element-link-icon.https.sub.html]
      2  expected:
      3    if os == "android": TIMEOUT
      4  [sec-fetch-site - Same origin no attributes]
      5    expected:
      6      if os == "android": TIMEOUT
      7 
      8  [sec-fetch-site - Cross-site no attributes]
      9    expected:
     10      if os == "android": NOTRUN
     11 
     12  [sec-fetch-site - Same site no attributes]
     13    expected:
     14      if os == "android": NOTRUN
     15 
     16  [sec-fetch-site - Same-Origin -> Cross-Site -> Same-Origin redirect no attributes]
     17    expected:
     18      if os == "android": NOTRUN
     19 
     20  [sec-fetch-site - Same-Origin -> Same-Site -> Same-Origin redirect no attributes]
     21    expected:
     22      if os == "android": NOTRUN
     23 
     24  [sec-fetch-site - Cross-Site -> Same Origin no attributes]
     25    expected:
     26      if os == "android": NOTRUN
     27 
     28  [sec-fetch-site - Cross-Site -> Same-Site no attributes]
     29    expected:
     30      if os == "android": NOTRUN
     31 
     32  [sec-fetch-site - Cross-Site -> Cross-Site no attributes]
     33    expected:
     34      if os == "android": NOTRUN
     35 
     36  [sec-fetch-site - Same-Origin -> Same Origin no attributes]
     37    expected:
     38      if os == "android": NOTRUN
     39 
     40  [sec-fetch-site - Same-Origin -> Same-Site no attributes]
     41    expected:
     42      if os == "android": NOTRUN
     43 
     44  [sec-fetch-site - Same-Origin -> Cross-Site no attributes]
     45    expected:
     46      if os == "android": NOTRUN
     47 
     48  [sec-fetch-site - Same-Site -> Same Origin no attributes]
     49    expected:
     50      if os == "android": NOTRUN
     51 
     52  [sec-fetch-site - Same-Site -> Same-Site no attributes]
     53    expected:
     54      if os == "android": NOTRUN
     55 
     56  [sec-fetch-site - Same-Site -> Cross-Site no attributes]
     57    expected:
     58      if os == "android": NOTRUN
     59 
     60  [sec-fetch-mode no attributes]
     61    expected:
     62      if os == "android": NOTRUN
     63 
     64  [sec-fetch-mode attributes: crossorigin]
     65    expected:
     66      if os == "android": NOTRUN
     67 
     68  [sec-fetch-mode attributes: crossorigin=anonymous]
     69    expected:
     70      if os == "android": NOTRUN
     71 
     72  [sec-fetch-mode attributes: crossorigin=use-credentials]
     73    expected:
     74      if os == "android": NOTRUN
     75 
     76  [sec-fetch-dest no attributes]
     77    expected:
     78      if os == "android": NOTRUN
     79      FAIL
     80 
     81  [sec-fetch-user no attributes]
     82    expected:
     83      if os == "android": NOTRUN
     84 
     85  [sec-fetch-storage-access - Cross-site no attributes]
     86    expected:
     87      if os == "android": NOTRUN
     88 
     89  [sec-fetch-storage-access - Same site no attributes]
     90    expected:
     91      if os == "android": NOTRUN