Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/active-script-webidl-callbacks
/
.
/
portals
/
resources
/
portal-host-post-message-navigate-1.html
blob: 3b36eaed05e95ad2b251d65598b1950d0f26e37e [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<script>
window
.
portalHost
.
postMessage
(
"loaded"
,
"*"
);
window
.
location
.
href
=
"portal-host-post-message-navigate-2.html"
</script>