diff options
Diffstat (limited to 'test/wpt/cookies/ordering0001-test')
-rw-r--r-- | test/wpt/cookies/ordering0001-test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/wpt/cookies/ordering0001-test b/test/wpt/cookies/ordering0001-test new file mode 100644 index 0000000..ba6e85c --- /dev/null +++ b/test/wpt/cookies/ordering0001-test @@ -0,0 +1,7 @@ +Set-Cookie: key=val0; +Set-Cookie: key=val1; path=/cookie-parser-result +Set-Cookie: key=val2; path=/ +Set-Cookie: key=val3; path=/bar +Set-Cookie: key=val4; domain=.example.org +Set-Cookie: key=val5; domain=.example.org; path=/cookie-parser-result/foo +Location: /cookie-parser-result/foo/baz?ordering0001 |