tenfourfox/layout/reftests/table-anonymous-boxes/338735-1-ref.html

14 lines
184 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<body>
<table style="width: 100%;" border="5">
<tr>
<td>First row</td>
</tr>
<tr>
<td>Second row</td>
</tr>
</table>
</body>
</html>