chromium/content/test/data/page_with_frameset.html

<html>
<frameset cols="50%,50%">
  <frame src="title1.html"/>
  <frame src="title1.html"/>
</frameset>
</html>