Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
page-visibility
/
resources
/
iframe-post-load.html
blob: 5c8f2e3a08fc7a21f1c7abaddba6cb2ea8677607 [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<html>
<head>
<script>
window
.
addEventListener
(
'load'
,
()
=>
parent
.
postMessage
(
'load'
,
'*'
))
</script>
</body>
</html>