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

19 lines
1.1 KiB
HTML

<!DOCTYPE HTML>
<!-- these should make the textarea non-native and hide resizers since we can't control
their native vs. non-native appearance -->
<textarea style="border-width: 0; -moz-resize: none;">Textarea</textarea>
<textarea style="border-width: 1px; -moz-resize: none;">Textarea</textarea>
<textarea style="border-width: 2px; -moz-resize: none;">Textarea</textarea>
<textarea style="border-width: 3px; -moz-resize: none;">Textarea</textarea>
<textarea style="border-width: 4px; -moz-resize: none;">Textarea</textarea>
<textarea style="border-width: 5px; -moz-resize: none;">Textarea</textarea>
<textarea style="border-width: 6px; -moz-resize: none;">Textarea</textarea>
<textarea style="border-style: dotted; -moz-resize: none;">Textarea</textarea>
<textarea style="border-color: green; -moz-resize: none;">Textarea</textarea>
<textarea style="background-color: transparent; -moz-resize: none;">Textarea</textarea>
<textarea style="background-color: white; -moz-resize: none;">Textarea</textarea>
<!-- these should let it stay native -->
<textarea style="color: black"></textarea>
<textarea style="font-weight: normal"></textarea>