tor-browser

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

fetch-via-serviceworker.https.sub.html.ini (4493B)


      1 [fetch-via-serviceworker.https.sub.html]
      2  max-asserts: 2
      3  expected:
      4    if (os_version == "14.70") and not debug: [OK, TIMEOUT]
      5    if os_version == "24.04": [OK, TIMEOUT]
      6    if os_version == "18.04": [OK, ERROR, TIMEOUT]
      7  [sec-fetch-mode - init: mode=no-cors - respondWith]
      8    expected:
      9      if (os_version == "24.04") and fission: [PASS, TIMEOUT, NOTRUN]
     10      if (os_version == "14.70") and not debug: [PASS, NOTRUN]
     11      if os_version == "18.04": [PASS, TIMEOUT, NOTRUN]
     12 
     13  [sec-fetch-mode - init: mode=no-cors - fallback]
     14    expected:
     15      if (os_version == "24.04") and fission: [PASS, TIMEOUT, NOTRUN]
     16      if (os_version == "14.70") and not debug: [PASS, TIMEOUT, NOTRUN]
     17      if os_version == "18.04": [PASS, TIMEOUT, NOTRUN]
     18 
     19  [sec-fetch-mode - init: mode=same-origin - respondWith]
     20    expected:
     21      if (os_version == "24.04") and fission and debug: [PASS, NOTRUN]
     22      if (os_version == "24.04") and fission and not debug: [PASS, TIMEOUT, NOTRUN]
     23      if (os_version == "14.70") and not debug: [PASS, NOTRUN]
     24      if os_version == "18.04": [PASS, TIMEOUT, NOTRUN]
     25 
     26  [sec-fetch-mode - init: mode=same-origin - fallback]
     27    expected:
     28      if (os_version == "24.04") and fission and debug: [PASS, NOTRUN]
     29      if (os_version == "24.04") and fission and not debug: [PASS, TIMEOUT, NOTRUN]
     30      if (os_version == "14.70") and not debug: [PASS, NOTRUN]
     31      if os_version == "18.04": [PASS, TIMEOUT, NOTRUN]
     32 
     33  [sec-fetch-dest - no init - respondWith]
     34    expected:
     35      if (os_version == "24.04") and debug and fission: [PASS, NOTRUN]
     36      if (os_version == "24.04") and debug and not fission: [PASS, TIMEOUT, NOTRUN]
     37      if (os_version == "24.04") and not debug: [PASS, TIMEOUT, NOTRUN]
     38      if (os_version == "14.70") and not debug: [PASS, NOTRUN]
     39      if os_version == "18.04": [PASS, TIMEOUT, NOTRUN]
     40 
     41  [sec-fetch-dest - no init - fallback]
     42    expected:
     43      if (os == "mac") and not debug: [PASS, NOTRUN]
     44      if os == "linux": [PASS, TIMEOUT, NOTRUN]
     45 
     46  [sec-fetch-user - no init - respondWith]
     47    expected:
     48      if (os_version == "24.04") and debug and fission: [PASS, NOTRUN]
     49      if (os_version == "24.04") and debug and not fission: [PASS, TIMEOUT, NOTRUN]
     50      if (os_version == "24.04") and not debug: [PASS, TIMEOUT, NOTRUN]
     51      if (os_version == "14.70") and not debug: [PASS, NOTRUN]
     52      if os_version == "18.04": [PASS, TIMEOUT, NOTRUN]
     53 
     54  [sec-fetch-user - no init - fallback]
     55    expected:
     56      if (os == "mac") and not debug: [PASS, NOTRUN]
     57      if os == "linux": [PASS, TIMEOUT, NOTRUN]
     58 
     59  [sec-fetch-mode - init: mode=cors - fallback]
     60    expected: [PASS, TIMEOUT, NOTRUN]
     61 
     62  [sec-fetch-site - Same-Site -> Same-Site, init: mode=no-cors - respondWith]
     63    expected: [PASS, TIMEOUT, NOTRUN]
     64 
     65  [sec-fetch-site - Same-Site -> Same-Site, init: mode=no-cors - fallback]
     66    expected: [PASS, TIMEOUT, NOTRUN]
     67 
     68  [sec-fetch-site - Same-Site -> Cross-Site, init: mode=no-cors - respondWith]
     69    expected: [PASS, TIMEOUT, NOTRUN]
     70 
     71  [sec-fetch-site - Same-Site -> Cross-Site, init: mode=no-cors - fallback]
     72    expected: [PASS, TIMEOUT, NOTRUN]
     73 
     74  [sec-fetch-mode - no init - respondWith]
     75    expected: [PASS, TIMEOUT, NOTRUN]
     76 
     77  [sec-fetch-mode - no init - fallback]
     78    expected: [PASS, TIMEOUT, NOTRUN]
     79 
     80  [sec-fetch-mode - init: mode=cors - respondWith]
     81    expected: [PASS, TIMEOUT, NOTRUN]
     82 
     83  [sec-fetch-storage-access - Cross-site, init: mode=no-cors, credentials=include - respondWith]
     84    expected:
     85      if (os == "mac") and not debug: [FAIL, NOTRUN]
     86      FAIL
     87 
     88  [sec-fetch-storage-access - Same site, init: mode=no-cors, credentials=include - respondWith]
     89    expected:
     90      if (os == "mac") and not debug: [PASS, NOTRUN]
     91 
     92  [sec-fetch-storage-access - Same site, init: mode=no-cors, credentials=include - fallback]
     93    expected:
     94      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
     95 
     96  [sec-fetch-site - Same-Site -> Same Origin, init: mode=no-cors - respondWith]
     97    expected:
     98      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
     99 
    100  [sec-fetch-site - Same-Site -> Same Origin, init: mode=no-cors - fallback]
    101    expected:
    102      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
    103 
    104  [sec-fetch-site - Same-Origin -> Cross-Site, init: mode=no-cors - fallback]
    105    expected:
    106      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
    107 
    108  [sec-fetch-site - Same-Origin -> Cross-Site, init: mode=no-cors - respondWith]
    109    expected:
    110      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]