Sign in
chromium
/
chromium
/
src
/
7f4c7ff6b0f0e74338c885b0d5e5ef80fed597c3
/
.
/
headless
/
test
/
data
/
cookie.html
blob: f53d8293018e3c57223068388664a15db63c58fa [
file
] [
log
] [
blame
]
<html>
<script>
document
.
cookie
=
"SessionID=1234567890"
;
window
.
test_result
=
JSON
.
stringify
(
document
.
cookie
.
indexOf
(
'SessionID'
));
</script>
</html>