RetroZilla/layout/html/tests/printer/zeropos_iframes/index.html

10 lines
185 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>