Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
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>