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