Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/active-script-webidl-callbacks
/
.
/
portals
/
resources
/
portal-host.html
blob: 3a407d8c325823c5c48dde7d2f4524fe436655a2 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<body>
<script>
if
(
window
.
portalHost
)
window
.
portalHost
.
postMessage
(
"has host"
,
"*"
);
</script>
</body>