Bug 1146194: Multiple cookies with the same name not shown

Issue #31
This commit is contained in:
janekptacijarabaci 2018-03-02 13:36:16 +01:00 committed by Roy Tam
commit a5b4f6e003
27 changed files with 829 additions and 169 deletions

View file

@ -20,22 +20,22 @@ const testCases = [
sidebarHidden: true
},
{
location: "cs2",
location: getCookieId("cs2", ".example.org", "/"),
sidebarHidden: false
},
{
sendEscape: true
},
{
location: "cs2",
location: getCookieId("cs2", ".example.org", "/"),
sidebarHidden: false
},
{
location: "uc1",
location: getCookieId("uc1", ".example.org", "/"),
sidebarHidden: false
},
{
location: "uc1",
location: getCookieId("uc1", ".example.org", "/"),
sidebarHidden: false
},