Sign in
chromium
/
chromium
/
chromium
/
51ed77e3f37a9a9b80d6d0a8259e84a8ca635259
/
.
/
content
/
test
/
data
/
set_cookie.html
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>