Sign in
webkit
/
WebKit
/
2bd098f9b209dd5c23671aa416474d5690af4754
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
postMessage.html
blob: 5b0c55d5203082a08c2eb3f036eca42c7e985c5d [
file
] [
log
] [
blame
]
<script>
window
.
parent
.
postMessage
(
"posting message"
,
"*"
);
</script>