chromium/third_party/blink/web_tests/fast/css/table-collapsed-borders-expected.html

<!DOCTYPE html>
<html>
<head>
<title>Expected Test Result for Buzilla Bug 67877: "border: collapse" + "display: none" rows in the tbody while having thead or tfoot doesn't render the opposite border.</title>

<style>
    table {
        border: 3px solid;
        width: 100%;
		border-collapse: collapse;
    }
</style>

</head>
<body>
  <table id="table1">
        <tr>
            <td></td>
        </tr>
</table>
  

  <table id="table2">
        <tr>
            <td></td>
        </tr>
</table>

</body></html>