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