tor-browser

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

shared-worker.https.window.js.ini (1558B)


      1 [shared-worker.https.window.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4 
      5 [shared-worker.https.window.html?request_origin=cross_origin&worker_coep=none&window_coep=none]
      6  expected:
      7    if (os == "android") and not debug: [OK, CRASH]
      8 
      9 [shared-worker.https.window.html?request_origin=same_origin&worker_coep=credentialless&window_coep=credentialless]
     10  expected:
     11    if (os == "android") and not debug: [OK, CRASH]
     12    if os == "mac": [OK, CRASH]
     13 
     14 [shared-worker.https.window.html?request_origin=cross_origin&worker_coep=credentialless&window_coep=none]
     15  expected:
     16    if (os == "android") and not debug: [OK, CRASH]
     17    if os == "mac": [OK, CRASH]
     18 
     19 [shared-worker.https.window.html?request_origin=same_origin&worker_coep=credentialless&window_coep=none]
     20  expected:
     21    if (os == "android") and not debug: [OK, CRASH]
     22    if os == "mac": [OK, CRASH]
     23 
     24 [shared-worker.https.window.html?request_origin=same_origin&worker_coep=none&window_coep=credentialless]
     25 
     26 [shared-worker.https.window.html?request_origin=cross_origin&worker_coep=credentialless&window_coep=credentialless]
     27  expected:
     28    if (os == "android") and not debug: [OK, CRASH]
     29 
     30 [shared-worker.https.window.html?request_origin=cross_origin&worker_coep=none&window_coep=credentialless]
     31  expected:
     32    if (os == "android") and not debug: [OK, CRASH]
     33    if os == "mac": [OK, CRASH]
     34 
     35 [shared-worker.https.window.html?request_origin=same_origin&worker_coep=none&window_coep=none]
     36  expected:
     37    if (os == "android") and not debug: [OK, CRASH]
     38    if os == "mac": [OK, CRASH]