summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/collapsed-border-partial-invalidation-002-ref.html
blob: d89389a6dc3bc2d86a17ea6f22857feaff6119fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<link rel="author" title="David Shin" href="dshin@mozilla.com">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1879731">
<style>
table {
  border-collapse: collapse;
}

.group {
  border-top: 1px solid black;
  border-bottom: 3px solid black;
}
</style>
<table>
  <tr id="row"><td class="group">X</td><td>X</td><td>X</td><td class="group">X</td></tr>
</table>