gecko/layout/reftests/native-theme/combobox-nonnative-when-styled-ref.html
2007-10-09 13:28:10 -07:00

18 lines
1018 B
HTML

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