summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/select/dynamic-text-overflow-1-ref.html
blob: 8de69cf5cc56eca23d0c71ec4a146a6de91f7596 (plain)
1
2
3
4
<!DOCTYPE html>
<select style="width: 100px; overflow: hidden; text-overflow: ellipsis;">
  <option selected>Text that is long enough that it totally overflows<option>
</select>