summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/page-visibility/resources/iframe-with-subframes.html
blob: febb954369995bc184156d631d72d18eb3051147 (plain)
1
2
3
4
5
6
<html>
<body onload="parent.startTest()">
<iframe id="subIframe1" onload="parent.parent.startTest()"></iframe>
<iframe id="subIframe2" onload="parent.parent.startTest()"></iframe>
</body>
</html>