blob: 87bc34d19ea8694bc4273ad0edb62d46a40e9842 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Loading...</title>
<script>
if (document.cookie == "A=B")
document.title = "cookie set";
else
document.title = "cookie not set";
</script>
</head>
</html>