1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/native-theme/listbox-nonnative-when-styled-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<!-- these should make the select non-native --> 1.6 +<body onload="dump('\nDEBUG-bug660226: ' + document.activeElement + '\n\n');"> 1.7 +<select size="3" style="-moz-appearance: none; border-width: 0"></select> 1.8 +<select size="3" style="-moz-appearance: none; border-width: 1px"></select> 1.9 +<select size="3" style="-moz-appearance: none; border-width: 2px"></select> 1.10 +<select size="3" style="-moz-appearance: none; border-width: 3px"></select> 1.11 +<select size="3" style="-moz-appearance: none; border-width: 4px"></select> 1.12 +<select size="3" style="-moz-appearance: none; border-width: 5px"></select> 1.13 +<select size="3" style="-moz-appearance: none; border-width: 6px"></select> 1.14 +<select size="3" style="-moz-appearance: none; border-style: dotted"></select> 1.15 +<select size="3" style="-moz-appearance: none; border-color: green"></select> 1.16 +<select size="3" style="-moz-appearance: none; background-color: transparent"></select> 1.17 +<select size="3" style="-moz-appearance: none; background-color: white"></select> 1.18 + 1.19 +<!-- these should let it stay native --> 1.20 +<select size="3" style="color: black"></select> 1.21 +<select size="3" style="font-weight: normal"></select> 1.22 +</body>