blob: 183b2758605c7dff2ca9d15571e1179cfa27f1b0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../cookies/resources/cookies-test-pre.js"></script>
</head>
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText()
testRunner.waitUntilDone();
}
document.cookie = "name=value";
testCookies("name=value");
window.location.href = "resources/appcache-cookies-test.html";
</script>
</body>
</html>