Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-break/table/table-row-end-border-2-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="columns: 2; height: 1px;">
<table>
<tbody>
<tr style="border-bottom: 10px solid;">
<td></td>
</tr>
</tbody>
</table>
</div>