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
5 lines
178 B
HTML
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>
|