summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-bordercollapse/1324524-ref.html
blob: f8297b13eae205af682a81bbf9a50be1a9dddfb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<style>
  table {
    border-collapse: collapse;
  }
  td {
    background-color: rgba(0, 255, 0, 0.5);
    margin-bottom: 10px;
    height: 100px;
    width:100px;
    border-radius: 50px;
  }
</style>
<table>
  <tr>
    <td></td>
  </tr>
</table>