RetroZilla/layout/html/tests/table/printing/split3Rows.html

6 lines
200 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<table border>
<tr><td><div style="height:800px">row one</div></td></tr>
<tr><td><div style="height:800px">row two</div></td></tr>
<tr><td><div style="height:800px">row three</div></td></tr>
</table>