Sign in
cobalt
/
cobalt
/
9708d320f5c570ac1ada07d0e0136706ac0a5c29
/
.
/
third_party
/
web_platform_tests
/
content-security-policy
/
blink-contrib
/
resources
/
postmessage-fail.html
blob: a0308ad98b4c75f2e50861191c7778c421ede413 [
file
] [
log
] [
blame
]
<script>
window
.
parent
.
postMessage
(
'FAIL'
,
'*'
);
</script>