Home | History | Annotate | Download | only in base

Lines Matching full:path2

1367   // Insert a cookie "a" for path "/path2". This should NOT overwrite
1370 "a=val9; path=/path2; "
1385 EXPECT_EQ("a=val9", cm->GetCookies(GURL("http://www.google.com/path2")));