Sign in
chromium
/
chromium
/
src
/
205191a32c9db91062c5342e901b2da2d67a49e5
/
.
/
chromecast
/
browser
/
test
/
data
/
window_post_message.html
blob: d8bb098929ee38a950e8084c3c582e2a4d666f2a [
file
] [
log
] [
blame
]
<html>
<head><title>
postmessage
</title></head>
<body>
<script>
window
.
addEventListener
(
'message'
,
function
(
event
)
{
window
.
location
.
href
=
event
.
data
});
</script>
</body>
</html>