summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/table-cell-inline-size-box-sizing-quirks-ref.html
blob: 4b97b4499bf157363ae89a60b2ff146dd6aad74c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<title>CSS Test Reference</title>
<style>
  td {
    width: 50px;
    padding: 10px;
    border: 1px solid black;
    box-sizing: border-box;
  }
</style>
<table>
  <tr>
    <td>A</td>
  </tr>
</table>