chromium/third_party/blink/web_tests/external/wpt/css/css-tables/collapsed-border-partial-invalidation-001-ref.html

<!DOCTYPE html>
<link rel="author" title="David Shin" href="[email protected]">
<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>