gecko-dev/layout/reftests/native-theme/combobox-nonnative-when-sty...

18 строки
814 B
HTML

<!DOCTYPE HTML>
<!-- these should make the select non-native -->
<select size="1" style="border-width: 0"></select>
<select size="1" style="border-width: 1px"></select>
<select size="1" style="border-width: 2px"></select>
<select size="1" style="border-width: 3px"></select>
<select size="1" style="border-width: 4px"></select>
<select size="1" style="border-width: 5px"></select>
<select size="1" style="border-width: 6px"></select>
<select size="1" style="border-style: dotted"></select>
<select size="1" style="border-color: green"></select>
<select size="1" style="background-color: transparent"></select>
<select size="1" style="background-color: white"></select>
<!-- these should let it stay native -->
<select size="1" style="color: black"></select>
<select size="1" style="font-weight: normal"></select>