gecko-dev/docshell/test/navigation/file_bug1536471.html
Anny Gakhokidze d4a3299bea Bug 1536471 - Write tests for nsISHistory::RemoveFrameEntries, r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D24977

--HG--
extra : rebase_source : 8eceb765754180b8fa64ca300497b61503b1a37a
extra : source : b081ebe7b3f52dec2a85e744b2dd2a4b0f344f8e
extra : histedit_source : 42000d31c502554cdcd91a326c369b375f90429e
2019-03-26 11:21:26 -04:00

8 lines
180 B
HTML

<html>
<body onload="opener.bodyOnLoad()">
Nested Frame
<div id="frameContainer">
<iframe id="staticFrame" src="frame0.html"></iframe>
</div>
</body>
</html>