gecko-dev/layout/tables/reftests/dynamic-text-overflow-table-cell-notref.html

9 lines
236 B
HTML
Raw Normal View History

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