layout/reftests/native-theme/combobox-nonnative-when-styled-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/native-theme/combobox-nonnative-when-styled-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<!-- these should make the select non-native -->
     1.6 +<select size="1" style="-moz-appearance: none; border-width: 0"></select>
     1.7 +<select size="1" style="-moz-appearance: none; border-width: 1px"></select>
     1.8 +<select size="1" style="-moz-appearance: none; border-width: 2px"></select>
     1.9 +<select size="1" style="-moz-appearance: none; border-width: 3px"></select>
    1.10 +<select size="1" style="-moz-appearance: none; border-width: 4px"></select>
    1.11 +<select size="1" style="-moz-appearance: none; border-width: 5px"></select>
    1.12 +<select size="1" style="-moz-appearance: none; border-width: 6px"></select>
    1.13 +<select size="1" style="-moz-appearance: none; border-style: dotted"></select>
    1.14 +<select size="1" style="-moz-appearance: none; border-color: green"></select>
    1.15 +<select size="1" style="-moz-appearance: none; background-color: transparent"></select>
    1.16 +<select size="1" style="-moz-appearance: none; background-color: white"></select>
    1.17 +
    1.18 +<!-- these should let it stay native -->
    1.19 +<select size="1"></select>
    1.20 +<select size="1"></select>

mercurial