summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-bordercollapse/bug1405929-2-ref.html
blob: d007c91561a66b5989e0ee0a429ab2862a46558f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE HTML>
<title>Bug 1405929 reftest reference</title>
<style>

table {
  border-collapse: collapse;
  display: inline-table;
  vertical-align: top;
  margin: 20px;
  width: 20px;
}

td {
  background: green border-box;
  padding: 20px;
  width: 10px;
}

.bb {
  border-bottom: 5px dashed fuchsia;
}

</style>

<table>
  <tbody>
    <tr>
      <td>
      <td>
    <tr>
      <td colspan="2" class=bb>
    <tr>
      <td colspan="2">
  </tbody>
</table>