Sign in
cobalt
/
cobalt
/
b95ea55ccebda33f820d043e4b4dc85c10d7584d
/
.
/
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>