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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 строки
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>