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