gecko-dev/layout/html/tests/printer/shrink_to_fit/test5/simple_main.html

9 строки
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>