Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / cookies / single-quoted-value.html
blob304fc6a2df6364e784af16a6cffc2274390dbe94
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <link rel="stylesheet" href="resources/cookies-test-style.css">
5 <script src="resources/cookies-test-pre.js"></script>
6 </head>
7 <body>
8 <p id="description"></p>
9 <div id="console"></div>
10 <script>
11 description(
12 'Test for &lt;<a href="https://bugs.webkit.org/show_bug.cgi?id=85775">https://bugs.webkit.org/show_bug.cgi?id=85775</a>&gt; [BlackBerry] Cookie parsing issue. If the cookie value provided was (") then the browser creates a session cookie instead.'
15 clearAllCookies();
17 debug("Check that setting a cookie with a single-quoted value works.");
18 cookiesShouldBe('singleQuoted="value;Version=1;Path=/', 'singleQuoted="value');
19 clearCookies();
21 successfullyParsed = true;
22 </script>
23 <script src="resources/cookies-test-post.js"></script>
24 </body>
25 </html>