Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
page-visibility
/
resources
/
iframe-with-subframes.html
blob: febb954369995bc184156d631d72d18eb3051147 [
file
] [
log
] [
blame
] [
edit
]
<html>
<body
onload
=
"
parent
.
startTest
()
"
>
<iframe
id
=
"subIframe1"
onload
=
"
parent
.
parent
.
startTest
()
"
></iframe>
<iframe
id
=
"subIframe2"
onload
=
"
parent
.
parent
.
startTest
()
"
></iframe>
</body>
</html>