Mozilla/mozilla/layout/reftests/native-theme/textarea-nonnative-when-styled.html
dbaron%dbaron.org 04ff409d2d Add tests for bug 240117.
git-svn-id: svn://10.0.0.236/trunk@237479 18797224-902f-48f8-a5cc-f745e15eee43
2007-10-09 20:28:17 +00:00

18 lines
839 B
HTML

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