RetroZilla/layout/html/tests/printer/zeropos_iframes/index.html
2015-10-20 23:03:22 -04:00

10 lines
185 B
HTML

<HTML>
<HEAD>
<TITLE>Sub Doc 1</TITLE>
<BASE target="header">
</HEAD>
<BODY>
<iframe src=sub_iframe.html style="position:absolute;left:0px;top:0px;"></iframe>
Line 1<br>
</BODY>
</HTML>