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