Sign in
chromium
/
external
/
WebKit_LayoutTests
/
refs/heads/master
/
.
/
http
/
tests
/
security
/
resources
/
post-done.html
blob: 5f7477bd30534cdfa3fbb1833c6eac5b597e729d [
file
] [
edit
]
<script>
top
.
postMessage
(
'done'
,
'*'
);
</script>
This frame sends a 'done' message to the top window.