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
Backed out changeset b94afd94ed9c (bug 1924861) for causing multiple bc failures...
[gecko.git]
/
layout
/
reftests
/
forms
/
select
/
listbox-focus.html
blob
0689ed43b8d484a5da8a55271623c39519e87847
1
<!doctype
html
>
2
<style>
3
select {
4
appearance: none;
5
outline: none;
6
border: none;
7
}
8
</style>
9
<select
multiple autofocus
>
10
<option>
First
</option>
11
<option>
Second
</option>
12
<option>
Third
</option>
13
</select>