servo/tests/wpt/web-platform-tests/page-visibility/resources/iframe-with-subframes.html

6 lines
196 B
HTML

<html>
<body onload="parent.startTest()">
<iframe id="subIframe1" onload="parent.parent.startTest()"></iframe>
<iframe id="subIframe2" onload="parent.parent.startTest()"></iframe>
</body>
</html>