summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/browsing-the-web/navigating-across-documents/child_navigates_parent_location-2.html
blob: 746cf4b0ffc1f8f69f4116f685134f11e8b50ac8 (plain)
1
2
3
4
5
<!doctype html>
<script>
parent.parent.postMessage("inner", "*");
parent.location = "child_navigates_parent_location-3.html"
</script>