chromium/chrome/test/data/dom_automation/frames/test.html

<html>
<head>
<script>

</script>
</head>

<frameset id="set" cols="25%,75%">
<frame src="frame1.html">
<frame src="frame2.html">
</frameset>
</html>