trisquel-icecat/icecat/testing/web-platform/tests/page-visibility/resources/iframe-post-load.html

8 lines
136 B
HTML

<!doctype html>
<html>
<head>
<script>
window.addEventListener('load', () => parent.postMessage('load', '*'))
</script>
</body>
</html>