tor-browser

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

layout-worklet-credentials.https.html.ini (1007B)


      1 [layout-worklet-credentials.https.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [Importing a remote-origin script with the default WorkletOptions should not send the credentials]
      5    expected: FAIL
      6 
      7  [Importing a same-origin script with credentials=omit should not send the credentials]
      8    expected: FAIL
      9 
     10  [Importing a remote-origin script with credentials=omit should not send the credentials]
     11    expected: FAIL
     12 
     13  [Importing a same-origin script with credentials=same-origin should send the credentials]
     14    expected: FAIL
     15 
     16  [Importing a remote-origin script with credentials=same-origin should not send the credentials]
     17    expected: FAIL
     18 
     19  [Importing a same-origin script with credentials=include should send the credentials]
     20    expected: FAIL
     21 
     22  [Importing a remote-origin script with credentials=include should send the credentials]
     23    expected: FAIL
     24 
     25  [Importing a same-origin script with the default WorkletOptions should send the credentials]
     26    expected: FAIL