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
[Cronet] Delay StartNetLog and StopNetLog until native request context is initialized
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
platform_apps
/
isolation
/
set_cookie.html
blob
3868f04693ee486d1ee4c679f9c4fc63214ae989
1
<html>
2
<body>
3
<script>
4
// Tomorrow.
5
var
expire
=
new
Date
(
Date
.
now
() +
24
*
60
*
60
*
1000
);
6
document
.
cookie
=
'testCookie=1; path=/; expires='
+
expire
+
';'
7
</script>
8
</body>
9
</html>