Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
CookieMessage.html
blob: 78553d43dfba5c66e7c26171dcf5b2396a260c68 [
file
] [
log
] [
blame
] [
edit
]
<script>
document
.
cookie
=
"key=value"
;
window
.
webkit
.
messageHandlers
.
testHandler
.
postMessage
(
"COOKIE:"
+
document
.
cookie
);
</script>