summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/dom_automation/frames/test.html
blob: 004c3e9e9a9cf576245cd16fcf499df7f1952808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<script>

</script>
</head>

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