tor-browser

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

animation-worklet-credentials.https.html.ini (947B)


      1 [animation-worklet-credentials.https.html]
      2  [Importing a remote-origin script with the default WorkletOptions should not send the credentials]
      3    expected: FAIL
      4 
      5  [Importing a same-origin script with credentials=omit should not send the credentials]
      6    expected: FAIL
      7 
      8  [Importing a remote-origin script with credentials=omit should not send the credentials]
      9    expected: FAIL
     10 
     11  [Importing a same-origin script with credentials=same-origin should send the credentials]
     12    expected: FAIL
     13 
     14  [Importing a remote-origin script with credentials=same-origin should not send the credentials]
     15    expected: FAIL
     16 
     17  [Importing a same-origin script with credentials=include should send the credentials]
     18    expected: FAIL
     19 
     20  [Importing a remote-origin script with credentials=include should send the credentials]
     21    expected: FAIL
     22 
     23  [Importing a same-origin script with the default WorkletOptions should send the credentials]
     24    expected: FAIL