<!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>