summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/page-visibility/resources/iframe-post-load.html
blob: 5c8f2e3a08fc7a21f1c7abaddba6cb2ea8677607 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<html>
<head>
<script>
window.addEventListener('load', () => parent.postMessage('load', '*'))
</script>
</body>
</html>