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