Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
webmessaging
/
message-channels
/
resources
/
cross-document-1.html
blob: 93725a93f8764380c9bcb07557371ff3a04eb5cb [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<title>
crosss-document-1
</title>
<script>
onmessage
=
function
(
e
)
{
var
port
=
e
.
ports
[
0
];
port
.
postMessage
(
e
.
data
);
}
</script>