layout/reftests/native-theme/textarea-nonnative-when-styled.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/native-theme/textarea-nonnative-when-styled.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<!-- these should make the textarea non-native and hide resizers since we can't control
     1.6 +     their native vs. non-native appearance -->
     1.7 +<textarea style="border-width: 0; resize: none;">Textarea</textarea>
     1.8 +<textarea style="border-width: 1px; resize: none;">Textarea</textarea>
     1.9 +<textarea style="border-width: 2px; resize: none;">Textarea</textarea>
    1.10 +<textarea style="border-width: 3px; resize: none;">Textarea</textarea>
    1.11 +<textarea style="border-width: 4px; resize: none;">Textarea</textarea>
    1.12 +<textarea style="border-width: 5px; resize: none;">Textarea</textarea>
    1.13 +<textarea style="border-width: 6px; resize: none;">Textarea</textarea>
    1.14 +<textarea style="border-style: dotted; resize: none;">Textarea</textarea>
    1.15 +<textarea style="border-color: green; resize: none;">Textarea</textarea>
    1.16 +<textarea style="background-color: transparent; resize: none;">Textarea</textarea>
    1.17 +<textarea style="background-color: white; resize: none;">Textarea</textarea>
    1.18 +
    1.19 +<!-- these should let it stay native -->
    1.20 +<textarea style="color: black"></textarea>
    1.21 +<textarea style="font-weight: normal"></textarea>

mercurial