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>