1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
4 <link rel=
"stylesheet" href=
"resources/cookies-test-style.css">
5 <script src=
"resources/cookies-test-pre.js"></script>
8 <p id=
"description"></p>
9 <div id=
"console"></div>
12 "This test checks that mulitple cookies are correctly set."
17 debug("Check setting several cookies without clearing.");
18 cookiesShouldBe("test=foobar;", "test=foobar");
19 cookiesShouldBe("test2=foobar;", "test=foobar; test2=foobar");
20 cookiesShouldBe("test3=foobar;", "test=foobar; test2=foobar; test3=foobar");
23 successfullyParsed
= true;
25 <script src=
"resources/cookies-test-post.js"></script>