tor-browser

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

navigation-sets-cookie.https.html.ini (1463B)


      1 [navigation-sets-cookie.https.html]
      2  expected:
      3    if (os == "android") and fission: [TIMEOUT, OK]
      4    TIMEOUT
      5  [Same-site top-level navigation with passthrough service worker should be able to set SameSite=* cookies.]
      6    expected: TIMEOUT
      7 
      8  [Cross-site top-level navigation with passthrough service worker should be able to set SameSite=* cookies.]
      9    expected: NOTRUN
     10 
     11  [Same-site top-level POST with passthrough service worker should be able to set SameSite=* cookies.]
     12    expected: NOTRUN
     13 
     14  [Cross-site top-level with passthrough service worker POST should be able to set SameSite=* cookies.]
     15    expected: NOTRUN
     16 
     17  [Same-site top-level navigation with navpreload service worker should be able to set SameSite=* cookies.]
     18    expected: NOTRUN
     19 
     20  [Cross-site top-level navigation with navpreload service worker should be able to set SameSite=* cookies.]
     21    expected: NOTRUN
     22 
     23  [Same-site top-level navigation with change-request service worker should be able to set SameSite=* cookies.]
     24    expected: NOTRUN
     25 
     26  [Cross-site top-level navigation with change-request service worker should be able to set SameSite=* cookies.]
     27    expected: NOTRUN
     28 
     29  [Same-site top-level POST with change-request service worker should be able to set SameSite=* cookies.]
     30    expected: NOTRUN
     31 
     32  [Cross-site top-level with change-request service worker POST should be able to set SameSite=* cookies.]
     33    expected: NOTRUN
     34 
     35  [Cleanup service workers]
     36    expected: NOTRUN