blob: b9b055b674cd6abad7ce484d3e7d4e0d2a147329 [file] [log] [blame] [edit]
<!DOCTYPE html>
<style>
iframe {
width: 300px;
height: 150px;
border: none;
}
</style>
<iframe src="http://{{domains[www2]}}:{{ports[http][0]}}/intersection-observer/resources/v2-subframe.html"></iframe>
<script>
window.addEventListener("message", event => {
requestAnimationFrame(() => setTimeout(() => {
document.querySelector('iframe').contentWindow.postMessage(event.data, "*");
}));
});
</script>