dynamic-text-overflow-table-cell-notref.html (236B)
1 <!DOCTYPE html> 2 <table style="table-layout: fixed; width: 130px"> 3 <tr> 4 <td style="overflow: hidden; white-space: nowrap;"> 5 Some long text that cannot possibly fit in 130 px, because it just can't. 6 </td> 7 </tr> 8 </table>