tenfourfox/layout/reftests/table-anonymous-boxes/156888-2-ref.html

20 lines
294 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<body>
<table border="5">
<tr>
<td>Row 1</td>
</tr>
<tr>
<td>Row 2</td>
</tr>
<tr>
<td>Row 3</td>
</tr>
<tr style="display: inline">
<td>Row 4</td>
</tr>
</table>
</body>
</html>