summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-bordercollapse/border-style-outset-becomes-groove-ref.html
blob: ddb0f71c89944b1f04747a05f86ab4e19b9bb6bf (plain)
1
2
3
4
5
6
7
8
9
10
<!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>