Tests that cookies for a different origin can be set Setting cookie by URL without expires: { id : result : { success : true } sessionId : } Setting cookie by URL with expires: { id : result : { success : true } sessionId : } All cookies before deletion: Num of cookies 2 name: cookie1, value: .domain, domain: .chromium.org, path: /path, session name: cookie2, value: .domain, domain: .chromium.org, path: /pathB, expires Delete cookie1: { } Attempt to delete cookie2 with wrong path: { } All cookies after deletion: Num of cookies 1 name: cookie2, value: .domain, domain: .chromium.org, path: /pathB, expires