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