summaryrefslogtreecommitdiffstats
path: root/browser/components/sessionstore/test/browser_frame_history_index.html
blob: 04a44555abc65e68cc1ffd79167c575cb4ed9b88 (plain)
1
2
3
4
5
6
7
8
9
<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>