Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
http
/
tests
/
security
/
cookies
/
resources
/
innocent-victim-with-cookies.html
blob: dca389581f61383cf428469e3968cd480c769a0b [
file
] [
log
] [
blame
]
<html>
<body>
<script>
k
=
Math
.
floor
(
Math
.
random
()
*
1000000
);
document
.
cookie
=
"secretcookie="
+
k
+
";path=/"
;
parent
.
postMessage
(
k
,
"*"
);
</script>
</body>
</html>