Sign in
chromium
/
chromium
/
src
/
06d6974d6903554b04ce7e4eaf7a007ad0455f1e
/
.
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
post-origin-to-parent.html
blob: 8d6201985c7a21d81ecce43afda3b00fed347947 [
file
] [
log
] [
blame
]
<script>
window
.
parent
.
postMessage
({
'origin'
:
document
.
origin
},
'*'
);
</script>