baseline-empty-cell-ref.html (229B)
1 <!doctype html> 2 <style> 3 table { border-collapse:collapse } 4 tr { vertical-align:baseline } 5 td { border: 1px solid black; height: 30px } 6 </style> 7 <table> 8 <tr><td>ABCDE</td><td style="max-width: 0"> </td></tr> 9 </table>