summaryrefslogtreecommitdiffstats
path: root/browser/components/places/tests/browser/framedPage.html
blob: 58c5bbd79ed880aaca29ff31e33b8b60f01e5a95 (plain)
1
2
3
4
5
6
7
8
9
<html>
  <head>
    <title>Framed page</title>
  </head>
  <frameset cols="*,*">
    <frame id="left" name="left" src="frameLeft.html">
    <frame id="right" name="right" src="about:mozilla">
  </frameset>
</html>