blob: 6be0b79db7a0b1eca713b60c34b5c94db6d04376 [file] [log] [blame]
PASS Set cookie for bare Path
PASS Set cookie for Path=
PASS Set cookie for Path=/
PASS No cookie returned for mismatched path
PASS No cookie returned for path space equals mismatched path
PASS No cookie returned for path equals space mismatched path
PASS No cookie returned for mismatched path and attribute
PASS Set cookie for mismatched and root path
PASS No cookie returned for root and mismatched path
PASS No cookie returned for multiple mismatched paths
PASS Return 2 cookies sorted by matching path length (earlier name with shorter path set first)
PASS Return 2 cookies sorted by matching path length (later name with shorter path set first)
PASS Return 2 cookies sorted by matching path length (earlier name with longer path set first)
PASS Return 2 cookies sorted by matching path length (later name with longer path set first)
PASS No cookie returned for partial path match
PASS No cookie returned for partial path match, return cookie for default path
PASS Return cookie for path= / (whitespace after equals)
PASS No cookie returned for case mismatched path
FAIL Return cookie A on path match, no cookie returned for path mismatch (plus whitespace) assert_equals: The cookie was set as expected. expected "testA=19" but got ""
PASS No cookie returned for mismatched path (after bare path=)
FAIL Return cookie for bare path= (after mismatched path) assert_equals: The cookie was set as expected. expected "test=21" but got "testA=19; testB=19; test=21"