Bug 1858983 [wpt PR 42532] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / font-inflation / select-combobox-1-ref.html
blob17d29405d1ccf25b40fce1369538570a32011ca2
1 <!DOCTYPE HTML>
2 <style>
3 body { width: 450px }
4 body, select { font-size: 34px }
5 </style>
6 <!--
7 In a 450px container, the minimum font size at 15em per line is 30px.
8 This means we map 0px-45px into 30px-45px, so 12px gets mapped to 34px.
9 -->
10 <select><option>One</option><option>Two</option></select>