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
Clarify and update GN build flags docs.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
session_restore
/
session_cookies.html
blob
4c89afd2579f83ade8224725b9d514600b9fb919
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script
src
=
"common.js"
></script>
5
<script>
6
function
readData
() {
7
return
document
.
cookie
;
8
}
9
function
writeData
() {
10
document
.
cookie
=
'key=foo'
;
11
return true
;
12
}
13
</script>
14
</head>
15
<body
onload
=
"setTimeout(onLoad, 0);"
>
16
</body>
17
</html>