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

<frameset cols="25%,25%,25%,25%">

  <frame src="framedata_left.html">
  <frame src="framedata_general.html">
  <frame src="framedata_general.html">
  <frame src="framedata_general.html">

</frameset>

</html>