Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
http
/
tests
/
security
/
cookies
/
resources
/
set-a-cookie.html
blob: 744275d2251cfd348bf3d48a185afe2108e7b821 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
document
.
cookie
=
"secret=FAIL"
;
</script>
</head>
<body>
<script>
document
.
write
(
window
.
location
.
href
);
</script>
has set a secret cookie.
</body>
</html>