repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Convert remaining StringToLowerASCII to ToLowerASCII.
[chromium-blink-merge.git]
/
content
/
test
/
data
/
set_cookie.html
blob
87bc34d19ea8694bc4273ad0edb62d46a40e9842
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
Loading...
</title>
5
<script>
6
if
(
document
.
cookie
==
"A=B"
)
7
document
.
title
=
"cookie set"
;
8
else
9
document
.
title
=
"cookie not set"
;
10
</script>
11
</head>
12
</html>