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 that a cookie set using JavaScript can be correctly read by HTTP server'
17 document
.cookie
= "name=value;Max-Age=1000";
19 debug('checking that the cookie set in javascript can be read by HTTP server');
20 testCookies("name=value");
24 successfullyParsed
= true;
26 <script src=
"resources/cookies-test-post.js"></script>