tenfourfox/layout/reftests/table-bordercollapse/border-style-outset-becomes-groove-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
196 B
HTML

<!DOCTYPE html>
<style>
table { border-collapse: separate; border-spacing: 0 }
td { border: 20px groove; width: 100px; height: 100px}
</style>
<table>
<tr>
<td></td>
</tr>
</table>