RetroZilla/layout/html/tests/printer/shrink_to_fit/test5/simple_main.html
2015-10-20 23:03:22 -04:00

9 lines
388 B
HTML

<HTML>
<FRAMESET border="1" rows="*" cols="110,1*">
<FRAME id="frmFooter" name="header" scrolling="no" src="simple_sub1.html" noresize>
<FRAMESET border="1" rows="1*,1*" cols="*">
<FRAME id="frmFooter" name="header" scrolling="no" src="simple_sub2.html" noresize>
<FRAME id="frmContent" name="display" src="simple_sub3.html" scrolling=no>
</FRAMESET>
</FRAMESET>
</HTML>