Sign in
webkit
/
WebKit
/
027d9947be7394fd875bd4e203a72ecbac14d842
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
post-origin-to-parent.html
blob: aa0005d958fb222479792b820675ec9853fdc204 [
file
] [
log
] [
blame
]
<script>
window
.
parent
.
postMessage
({
'origin'
:
document
.
origin
},
'*'
);
</script>