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 'Test for <<a href="rdar://problem/5666078">rdar://problem/5666078</a>> Cookie parsing terminates at the first semicolon, ignoring quotes (<a href="https://bugs.webkit.org/show_bug.cgi?id=16699">16699</a>)'
17 debug("Check that setting a cookie with a semi-colon in a duoble-quoted value works");
18 cookiesShouldBe('disorder="477beccb;richard";Version=1;Path=/', 'disorder="477beccb;richard"');
21 successfullyParsed
= true;
23 <script src=
"resources/cookies-test-post.js"></script>