summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/iframe_static.html
blob: 1bdd1437c12576051eaca0a295b935fd35d57021 (plain)
1
2
3
4
5
6
7
8
<html>
  <body>
    Nested Frame
    <div id="frameContainer">
      <iframe id="staticFrame" src="frame0.html"></iframe>
    </div>
  </body>
</html>