gecko-dev/layout/tables/reftests/dynamic-text-overflow-table-cell-ref.html
2017-03-03 16:14:39 -05:00

9 lines
260 B
HTML

<!DOCTYPE html>
<table style="table-layout: fixed; width: 130px">
<tr>
<td style="overflow: hidden; white-space: nowrap; text-overflow: ellipsis">
Some long text that cannot possibly fit in 130 px, because it just can't.
</td>
</tr>
</table>