summaryrefslogtreecommitdiffstats
path: root/browser/components/sessionstore/test/browser_scrollPositions_sample_frameset.html
blob: c7e363fa1d0df7bebd5733789db1cad7dfccd782 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>browser_scrollPositions_sample_frameset.html</title>
  </head>
  <frameset id="frames" rows="50%, 50%">
    <frame src="browser_scrollPositions_sample.html">
    <frame src="browser_scrollPositions_sample.html">
  </frameset>
</html>