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

12 lines
311 B
HTML

<HTML>
<HEAD>
<TITLE>Main Document of FrameSet</TITLE>
<style>
@page {size: landscape}
</style>
</HEAD>
<FRAMESET border="1" rows="1*,1*" cols="*">
<FRAME id="frmFooter" name="header" scrolling="auto" src="simple_sub1.html">
<FRAME id="frmContent" name="display" src="simple_sub2.html">
</FRAMESET>
</HTML>