Bug 1931425 - Limit how often moz-label's #setStyles runs r=reusable-components-revie...
[gecko.git] / layout / reftests / forms / select / listbox-checked-style.html
blob1eb33817f68664922ed5d0f38f5ea69c25efe422
1 <!doctype html>
2 <style>
3 option {
4 background-color: purple;
5 color: white;
7 </style>
8 <select size="2">
9 <option selected>A</option>
10 <option>B</option>
11 </select>