RetroZilla/layout/html/tests/block/printing/127145-1.html

33 lines
495 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><html><head>
<style>
table {border:green 2px solid;}
td {border:red 1px dotted;}
div {border:blue 1px dashed;}
</style></head>
<body>
<table>
<tbody><tr>
<td>
<div style="height: 200px;">
TEST
</div>
</td>
</tr>
</tbody></table>
<div style="height: 2000px;">
TEST
</div>
<table>
<tbody><tr>
<td>
<div style="height: 2000px;">
TEST
</div>
</td>
</tr>
</tbody></table>
</body></html>