Sign in
webkit
/
WebKit
/
000a985cc582d9d77ca643860a7536440fb731b1
/
.
/
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>