summaryrefslogtreecommitdiffstats
path: root/browser/components/sessionstore/test/browser_frame_history_index.html
blob: 76eeb4c4d0296a41cd573c51999f934f3c6392bb (plain)
1
2
3
4
5
6
7
8
9
10
<html>
  <frameset cols="20%,80%">
    <frameset rows="30%,70%">
      <frame src="browser_frame_history_a.html"/>
      <frame src="browser_frame_history_b.html"/>
    </frameset>
    <frame src="browser_frame_history_c.html" name="c"/>
  </frameset>
</html>