| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <link rel="stylesheet" href="resources/cookies-test-style.css"> |
| <script src="resources/cookies-test-pre.js"></script> |
| 'Test for <<a href="https://bugs.webkit.org/show_bug.cgi?id=85775">https://bugs.webkit.org/show_bug.cgi?id=85775</a>> [BlackBerry] Cookie parsing issue. If the cookie value provided was (") then the browser creates a session cookie instead.' |
| debug("Check that setting a cookie with a single-quoted value works."); |
| cookiesShouldBe('singleQuoted="value;Version=1;Path=/', 'singleQuoted="value'); |
| successfullyParsed = true; |
| <script src="resources/cookies-test-post.js"></script> |