tor-browser

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

dedicated-worker-cache-storage.https.html.ini (1462B)


      1 [dedicated-worker-cache-storage.https.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
      4    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      5  [coep-require-corp coep-require-corp corp-cross-origin]
      6    expected:
      7      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
      8      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
      9 
     10  [coep-require-corp coep-require-corp corp-undefined]
     11    expected:
     12      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     13      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     14 
     15  [coep-require-corp coep-none corp-undefined]
     16    expected:
     17      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     18      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
     19 
     20  [coep-require-corp coep-none corp-cross-origin]
     21    expected:
     22      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     23 
     24  [coep-none coep-none corp-undefined]
     25    expected:
     26      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
     27 
     28  [coep-none coep-require-corp corp-undefined]
     29    expected:
     30      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     31 
     32  [coep-none coep-require-corp corp-cross-origin]
     33    expected:
     34      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]