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

17 lines
344 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><br>
<div style="width:100px;border: 1px solid black;background-color:gray;">
div text
</div><br>
<div style="width:90px;border: 1px solid black;background-color:blue;">
div text
</div>
</BODY>
</HTML>