summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/cookies/multiple-cookies-expected.txt
blob: 35b58c106a2c4d356c01066666513b77e7a8d182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This test checks that mulitple cookies are correctly set.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


Check setting several cookies without clearing.
PASS cookie is 'test=foobar'.
PASS cookie is 'test2=foobar; test=foobar'.
PASS cookie is 'test2=foobar; test3=foobar; test=foobar'.
PASS successfullyParsed is true

TEST COMPLETE