tor-browser

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

element-a.https.sub.html.ini (2082B)


      1 [element-a.https.sub.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): TIMEOUT
      4  [sec-fetch-mode - attributes: download]
      5    expected:
      6      if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, FAIL]
      7      FAIL
      8 
      9  [sec-fetch-dest - attributes: download]
     10    expected:
     11      if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, FAIL]
     12      FAIL
     13 
     14  [sec-fetch-user - no attributes with user activation]
     15    expected:
     16      if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, TIMEOUT]
     17      FAIL
     18 
     19  [sec-fetch-user - no attributes]
     20    expected:
     21      if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS]
     22 
     23  [sec-fetch-site - Same-Site -> Same-Site - no attributes]
     24    expected:
     25      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     26 
     27  [sec-fetch-mode - no attributes]
     28    expected:
     29      if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS]
     30 
     31  [sec-fetch-site - Same-Site -> Same Origin - no attributes]
     32    expected:
     33      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     34 
     35  [sec-fetch-site - HTTPS downgrade-upgrade - no attributes]
     36    expected:
     37      if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT]
     38 
     39  [sec-fetch-dest - no attributes]
     40    expected:
     41      if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS]
     42 
     43  [sec-fetch-storage-access - Same site - no attributes]
     44    expected:
     45      if (os == "win") and not debug and (processor == "x86_64"): NOTRUN
     46 
     47  [sec-fetch-storage-access - Cross-site - no attributes]
     48    expected:
     49      if (os == "win") and not debug and (processor == "x86_64"): NOTRUN
     50 
     51  [sec-fetch-site - Same-Site -> Cross-Site - no attributes]
     52    expected:
     53      if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, PASS, NOTRUN]
     54 
     55  [sec-fetch-site - Same-Origin -> Cross-Site - no attributes]
     56    expected:
     57      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]