tor-browser

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

serviceworker.https.sub.html.ini (1916B)


      1 [serviceworker.https.sub.html]
      2  expected:
      3    if (os == "win") and not debug: [OK, TIMEOUT]
      4    if (os == "mac") and debug: [OK, TIMEOUT]
      5    if (os == "mac") and not debug: [OK, TIMEOUT]
      6  [sec-fetch-mode - no options - registration]
      7    expected:
      8      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
      9      if (os == "mac") and debug: [PASS, NOTRUN]
     10      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
     11 
     12  [sec-fetch-user - no options - updating]
     13    expected:
     14      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     15      if (os == "mac") and debug: [PASS, TIMEOUT, NOTRUN]
     16      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
     17 
     18  [sec-fetch-mode - no options - updating]
     19    expected:
     20      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     21      if (os == "mac") and debug: [PASS, TIMEOUT, NOTRUN]
     22      if (os == "mac") and not debug: [PASS, NOTRUN, TIMEOUT]
     23 
     24  [sec-fetch-dest - no options - updating]
     25    expected:
     26      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     27      if (os == "mac") and debug: [PASS, TIMEOUT, NOTRUN]
     28      if (os == "mac") and not debug: [PASS, NOTRUN, TIMEOUT]
     29 
     30  [sec-fetch-user - no options - registration]
     31    expected:
     32      if (os == "win") and not debug: [PASS, NOTRUN]
     33      if (os == "mac") and debug: [PASS, TIMEOUT, NOTRUN]
     34      if (os == "mac") and not debug: [PASS, NOTRUN, TIMEOUT]
     35 
     36  [sec-fetch-dest - no options - registration]
     37    expected:
     38      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     39      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     40      if (os == "mac") and debug: [PASS, TIMEOUT, NOTRUN]
     41      if (os == "mac") and not debug: [PASS, NOTRUN, TIMEOUT]
     42 
     43  [sec-fetch-mode - options: type=classic - updating]
     44    expected:
     45      if (os == "win") and not debug: [PASS, TIMEOUT]
     46      if os == "mac": [PASS, TIMEOUT, NOTRUN]