Sign in
webkit
/
WebKit
/
d412672bedbda3cf7604d3ce86f733e80eb3476f
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
page-visibility
/
resources
/
iframe-with-subframes.html
blob: febb954369995bc184156d631d72d18eb3051147 [
file
] [
log
] [
blame
]
<html>
<body
onload
=
"
parent
.
startTest
()
"
>
<iframe
id
=
"subIframe1"
onload
=
"
parent
.
parent
.
startTest
()
"
></iframe>
<iframe
id
=
"subIframe2"
onload
=
"
parent
.
parent
.
startTest
()
"
></iframe>
</body>
</html>