tor-browser

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

paint-worklet-csp.https.html.ini (3733B)


      1 [paint-worklet-csp.https.html]
      2  expected:
      3    if (os_version == "24.04") and fission and debug: [OK, CRASH]
      4    if (os_version == "24.04") and not fission and not debug: [OK, TIMEOUT]
      5    if (os_version == "14.70") and not debug: [OK, TIMEOUT]
      6  [A same-origin worklet importing a remote-origin-redirected script should not be blocked by the worker-src directive because worklets obey the script-src directive.]
      7    expected: FAIL
      8 
      9  [A remote-origin worklet should not be blocked by the worker-src directive because worklets obey the script-src directive.]
     10    expected: FAIL
     11 
     12  [A remote-origin worklet importing a remote-origin script should be blocked by the script-src 'self' directive.]
     13    expected: FAIL
     14 
     15  [A remote-origin-redirected worklet should not be blocked because the script-src * directive allows it.]
     16    expected: FAIL
     17 
     18  [A same-origin worklet importing an insecure-origin-redirected script should be blocked because of mixed contents.]
     19    expected:
     20      if asan and not fission: [FAIL, TIMEOUT]
     21      FAIL
     22 
     23  [An insecure-origin-redirected worklet should be blocked because of mixed contents.]
     24    expected: FAIL
     25 
     26  [A same-origin worklet importing a remote-origin script should be blocked by the script-src 'self' directive.]
     27    expected: FAIL
     28 
     29  [A same-origin worklet importing a remote-origin script should not be blocked by the worker-src directive because worklets obey the script-src directive.]
     30    expected: FAIL
     31 
     32  [A remote-origin worklet importing a remote-origin script should not be blocked because the script-src * directive allows it.]
     33    expected: FAIL
     34 
     35  [A same-origin worklet importing a remote-origin-redirected script should be blocked by the script-src 'self' directive.]
     36    expected: FAIL
     37 
     38  [A remote-origin-redirected worklet should be blocked by the script-src 'self' directive.]
     39    expected: FAIL
     40 
     41  [A remote-origin worklet importing a remote-origin script should not be blocked by the worker-src directive because worklets obey the script-src directive.]
     42    expected: FAIL
     43 
     44  [A same-origin worklet importing a remote-origin script should not be blocked because the script-src * directive allows it.]
     45    expected: FAIL
     46 
     47  [A same-origin worklet importing an insecure-origin script should be blocked because of mixed contents.]
     48    expected: FAIL
     49 
     50  [An insecure-origin worklet should be blocked because of mixed contents.]
     51    expected: FAIL
     52 
     53  [A remote-origin worklet should be blocked by the script-src 'self' directive.]
     54    expected: FAIL
     55 
     56  [A remote-origin worklet should not be blocked because the script-src * directive allows it.]
     57    expected: FAIL
     58 
     59  [A same-origin worklet importing a remote-origin-redirected script should not be blocked because the script-src * directive allows it.]
     60    expected: FAIL
     61 
     62  [A remote-origin-redirected worklet should not be blocked by the worker-src directive because worklets obey the script-src directive.]
     63    expected: FAIL
     64 
     65  [A remote-origin worklet should not be blocked because the script-src directive specifying the origin allows it.]
     66    expected: FAIL
     67 
     68  [A same-origin worklet importing a remote-origin script should not be blocked because the script-src directive specifying the origin allows it.]
     69    expected: FAIL
     70 
     71  [A remote-origin-redirected worklet should not be blocked because the script-src directive specifying the origin allows it.]
     72    expected: FAIL
     73 
     74  [A same-origin worklet importing a remote-origin-redirected script should not be blocked because the script-src directive specifying the origin allows it.]
     75    expected: FAIL
     76 
     77  [A remote-origin worklet importing a remote-origin script should not be blocked because the script-src directive specifying the origin allows it.]
     78    expected: FAIL