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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
android_webview
/
test
/
shell
/
assets
/
cookie_test.html
blob
6557b48542239266731d90ffa81123223e502681
1
<html>
2
<head>
3
</head>
4
<body>
5
<script>
6
var
cookieValue
=
location
.
search
.
split
(
'value='
)[
1
]
7
document
.
cookie
=
"test="
+
cookieValue
;
8
</script>
9
</body>
10
</html>