gecko/layout/reftests/native-theme/textarea-nonnative-when-styled-ref.html
2007-10-09 13:28:10 -07:00

18 lines
1.0 KiB
HTML

<!DOCTYPE HTML>
<!-- these should make the textarea non-native -->
<textarea style="-moz-appearance: none; border-width: 0">Textarea</textarea>
<textarea style="-moz-appearance: none; border-width: 1px">Textarea</textarea>
<textarea style="-moz-appearance: none; border-width: 2px">Textarea</textarea>
<textarea style="-moz-appearance: none; border-width: 3px">Textarea</textarea>
<textarea style="-moz-appearance: none; border-width: 4px">Textarea</textarea>
<textarea style="-moz-appearance: none; border-width: 5px">Textarea</textarea>
<textarea style="-moz-appearance: none; border-width: 6px">Textarea</textarea>
<textarea style="-moz-appearance: none; border-style: dotted">Textarea</textarea>
<textarea style="-moz-appearance: none; border-color: green">Textarea</textarea>
<textarea style="-moz-appearance: none; background-color: transparent">Textarea</textarea>
<textarea style="-moz-appearance: none; background-color: white">Textarea</textarea>
<!-- these should let it stay native -->
<textarea></textarea>
<textarea></textarea>