repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1931425 - Limit how often moz-label's #setStyles runs r=reusable-components-revie...
[gecko.git]
/
layout
/
reftests
/
forms
/
select
/
listbox-checked-style.html
blob
1eb33817f68664922ed5d0f38f5ea69c25efe422
1
<!doctype
html
>
2
<style>
3
option {
4
background-color: purple;
5
color: white;
6
}
7
</style>
8
<select
size
=
"2"
>
9
<option
selected
>
A
</option>
10
<option>
B
</option>
11
</select>