summaryrefslogtreecommitdiffstats
path: root/layout/tables/reftests/dynamic-text-overflow-table-cell-ref.html
blob: c19925ba60937cfbf053fc59bda1f6af08d988d0 (plain)
1
2
3
4
5
6
7
8
<!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>