summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/portals/resources/portal-host-post-message-navigate-1.html
blob: a59144e7e11e8f906897beaad8adc0facdaa413c (plain)
1
2
3
4
5
<!DOCTYPE html>
<script>
  window.portalHost.postMessage("loaded");
  window.location.href = "portal-host-post-message-navigate-2.html"
</script>