Bug 1931425 - Limit how often moz-label's #setStyles runs r=reusable-components-revie...
[gecko.git] / layout / reftests / forms / select / vertical-centering.html
blobfb464395d5d7e71e6dbc08dedd991af961ba4fbf
1 <!DOCTYPE html>
2 <style>
3 @font-face {
4 font-family: "Ahem";
5 src: url(../../fonts/Ahem.ttf);
7 select {
8 -moz-appearance: none;
9 border: none;
10 font: 20px/1 Ahem;
11 box-sizing: content-box;
12 height: 40px;
13 padding: 0;
15 </style>
16 <select>
17 <option>X</option>
18 </select>