Tests that cookies for a different origin can be set
Setting cookie by URL without expires: {
id : <number>
result : {
success : true
}
sessionId : <string>
}
Setting cookie by URL with expires: {
id : <number>
result : {
success : true
}
sessionId : <string>
}
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