tenfourfox/layout/reftests/table-anonymous-boxes/156888-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
294 B
HTML

<!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>
<td style="display: inline">Row 4</td>
</tr>
</table>
</body>
</html>