summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/browsing-the-web/navigating-across-documents/resources/child-navigates-parent-destination.html
blob: bb8ba4e6989597efeb1326c9acddbcfe64074d10 (plain)
1
2
3
4
<!doctype html>
<script>
parent.postMessage("destination", "*");
</script>