blob: a3705965fe4470f25cb98c331f148b8b93fd22fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!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-left: 1px solid black;
border-right: 3px solid black;
}
</style>
<table>
<tbody id="table">
<tr><td class="group">X</td></tr>
<tr><td>X</td></tr>
<tr><td>X</td></tr>
</tbody>
</table>
|