Sign in
webkit
/
WebKit
/
68ae80dbd852513426dc763371e83df226c8fcb9
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
content-security-policy
/
support
/
postmessage-pass.html
blob: 700167b5db84ae35e507afccad183680fd6d5064 [
file
] [
log
] [
blame
]
<script>
window
.
parent
.
postMessage
(
'PASS'
,
'*'
);
</script>