chromium/headless/test/data/two_iframes.html

<html>
<body>
<iframe id="iframe1" src="/iframe.html" width="400" height="200"></iframe>
<iframe id="iframe2" src="/iframe2.html" width="400" height="200"></iframe>
</body>
</html>