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
Add very simple loading test for non-SFI NaCl.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
cookie1.html
blob
3c7dccf85daeb9828a7d02720125e2479b4e3bfe
1
<html>
2
<head>
3
<script>
4
function
setCookie
() {
5
document
.
cookie
=
'foo=baz'
;
6
}
7
</script>
8
</head>
9
<body
onload
=
"setCookie();"
>
10
</body>
11
</html>