Files
tubestation/layout/reftests/forms/select/dynamic-text-overflow-1-ref.html
Boris Zbarsky 135431d3d6 Bug 1347411 part 5. Change stylo to correctly recompute style on the anonymous boxes that hang off comboboxes. r=heycam
I did manual testing for ::-moz-dropdown-list.  Unfortunately, the only way I
know to test it is to have a combobox in a non-e10s window and dynamically
change its background color, then drop down the dropdown and see whether it
picked up the changed background color.

MozReview-Commit-ID: B2RkW4otv4s
2017-03-15 14:00:43 -04:00

5 lines
178 B
HTML

<!DOCTYPE html>
<select style="width: 100px; overflow: hidden; text-overflow: ellipsis;">
<option selected>Text that is long enough that it totally overflows<option>
</select>