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: www.chromium.org, path: /, session name: cookie2, value: .domain, domain: www.chromium.org, path: /, expires Delete cookies: { } All cookies after deletion: Num of cookies 1 name: cookie2, value: .domain, domain: www.chromium.org, path: /, expires