layout/reftests/native-theme/button-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/button-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 input non-native -->
     1.6 +<input type="button" value="Button" style="-moz-appearance: none; border-width: 0">
     1.7 +<input type="button" value="Button" style="-moz-appearance: none; border-width: 1px">
     1.8 +<input type="button" value="Button" style="-moz-appearance: none; border-width: 2px">
     1.9 +<input type="button" value="Button" style="-moz-appearance: none; border-width: 3px">
    1.10 +<input type="button" value="Button" style="-moz-appearance: none; border-width: 4px">
    1.11 +<input type="button" value="Button" style="-moz-appearance: none; border-width: 5px">
    1.12 +<input type="button" value="Button" style="-moz-appearance: none; border-width: 6px">
    1.13 +<input type="button" value="Button" style="-moz-appearance: none; border-style: dotted">
    1.14 +<input type="button" value="Button" style="-moz-appearance: none; border-color: green">
    1.15 +<input type="button" value="Button" style="-moz-appearance: none; background-color: transparent">
    1.16 +<input type="button" value="Button" style="-moz-appearance: none; background-color: white">
    1.17 +
    1.18 +<!-- these should let it stay native -->
    1.19 +<input type="button" value="">
    1.20 +<input type="button" value="">

mercurial