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