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
/
vertical-centering.html
blob
fb464395d5d7e71e6dbc08dedd991af961ba4fbf
1
<!DOCTYPE
html
>
2
<style>
3
@font-face {
4
font-family:
"Ahem"
;
5
src: url(../../fonts/Ahem.ttf);
6
}
7
select {
8
-moz-appearance: none;
9
border: none;
10
font:
20
px/
1
Ahem;
11
box-sizing: content-box;
12
height:
40
px;
13
padding:
0
;
14
}
15
</style>
16
<select>
17
<option>
X
</option>
18
</select>