layout/reftests/native-theme/text-input-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/text-input-nonnative-when-styled-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<!-- these should make the input non-native -->
     1.6 +<input type="text" value="Text Input" style="-moz-appearance: none; border-width: 0">
     1.7 +<input type="text" value="Text Input" style="-moz-appearance: none; border-width: 1px">
     1.8 +<input type="text" value="Text Input" style="-moz-appearance: none; border-width: 2px">
     1.9 +<input type="text" value="Text Input" style="-moz-appearance: none; border-width: 3px">
    1.10 +<input type="text" value="Text Input" style="-moz-appearance: none; border-width: 4px">
    1.11 +<input type="text" value="Text Input" style="-moz-appearance: none; border-width: 5px">
    1.12 +<input type="text" value="Text Input" style="-moz-appearance: none; border-width: 6px">
    1.13 +<input type="text" value="Text Input" style="-moz-appearance: none; border-style: dotted">
    1.14 +<input type="text" value="Text Input" style="-moz-appearance: none; border-color: green">
    1.15 +<input type="text" value="Text Input" style="-moz-appearance: none; background-color: transparent">
    1.16 +<input type="text" value="Text Input" style="-moz-appearance: none; background-color: white">
    1.17 +<input type="text" value="Text Input" style="-moz-appearance: none; border-top-left-radius: 0px">
    1.18 +<input type="text" value="Text Input" style="-moz-appearance: none; border-top-right-radius: 1px">
    1.19 +<input type="text" value="Text Input" style="-moz-appearance: none; border-bottom-right-radius: 2px">
    1.20 +<input type="text" value="Text Input" style="-moz-appearance: none; border-bottom-left-radius: 3px">
    1.21 +<input type="text" value="Text Input" style="-moz-appearance: none; -moz-border-start-width: 3px">
    1.22 +<input type="text" value="Text Input" style="-moz-appearance: none; -moz-border-end-width: 3px">
    1.23 +
    1.24 +<!-- these should let it stay native -->
    1.25 +<input type="text" value="">
    1.26 +<input type="text" value="">

mercurial