Sign in
webkit
/
WebKit
/
5357a067b575eb5a07548594631025cdc8ae374e
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
post-message-to-parent.html
blob: 136a5a50e394b99dd624011601c7cff3307c898d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script>
window
.
parent
.
postMessage
(
'navigated'
,
'*'
);
</script>