RetroZilla/layout/html/tests/printer/shrink_to_fit/test5/simple_sub1.html

12 lines
197 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>
<div style="width:800px;border: 1px solid black;">
div text
</div>
<iframe src=sub_iframe.html></iframe>
</BODY>
</HTML>