summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/max-height-table-ref.html
blob: ab1036ebb8dffa550b499f8a334c5b6455ba072b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<title>CSS test reference</title>
<style>
td {
  padding: 0;
}

table {
  border-spacing: 0;
  border: 1px solid black;
  background: green;
  padding: 5px;
}
div {
  width: 5px;
  height: 5px;
}
</style>
<table>
  <tr>
    <td><div></div></td>
  </tr>
</table>