table-row-end-border-2-crash.html (271B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1336163"> 3 <div style="columns: 2; height: 1px;"> 4 <table> 5 <tbody> 6 <tr style="border-bottom: 10px solid;"> 7 <td></td> 8 </tr> 9 </tbody> 10 </table> 11 </div>