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
93 B
HTML
5 lines
93 B
HTML
<!DOCTYPE html>
|
|
<select style="text-indent: 15px">
|
|
<option selected>Text<option>
|
|
</select>
|