Sign in
webkit
/
WebKit
/
a36dd1c4bd8146169ac601fd378f4d14b5f88ac7
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
dom
/
resources
/
notify-parent.html
blob: 98e09bfcca4ceccd89a9869ea54855acb7d11b9c [
file
] [
log
] [
blame
]
<script>
parent
.
postMessage
(
"done"
,
"*"
);
</script>