Sign in
webkit
/
WebKit
/
dbb3923cafb6f84475e7a38fbee3e22998746738
/
.
/
LayoutTests
/
fullscreen
/
resources
/
full-screen-iframe-with-mixed-allow-webkitallow-iframe1.html
blob: 08cf6b3415c7e97f0e72a24c3ab6b76d6136f4fd [
file
] [
log
] [
blame
]
iframe1
<iframe
allowfullscreen
src
=
"full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html"
>
</iframe>
<script>
window
.
onmessage
=
function
(
messageEvent
)
{
parent
.
postMessage
(
messageEvent
.
data
,
"*"
);
}
</script>