https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 4266c573ec87a7965f0d7491a4c0b74160db00b1 authored by tbirdbld on 04 July 2012, 16:12:34 UTC
Added THUNDERBIRD_14_0b4_RELEASE THUNDERBIRD_14_0b4_BUILD1 tag(s) for changeset d1452658046f. DONTBUILD CLOSED TREE a=release
Tip revision: 4266c57
button-nonnative-when-styled-ref.html
<!DOCTYPE HTML>
<!-- these should make the input non-native -->
<input type="button" value="Button" style="-moz-appearance: none; border-width: 0">
<input type="button" value="Button" style="-moz-appearance: none; border-width: 1px">
<input type="button" value="Button" style="-moz-appearance: none; border-width: 2px">
<input type="button" value="Button" style="-moz-appearance: none; border-width: 3px">
<input type="button" value="Button" style="-moz-appearance: none; border-width: 4px">
<input type="button" value="Button" style="-moz-appearance: none; border-width: 5px">
<input type="button" value="Button" style="-moz-appearance: none; border-width: 6px">
<input type="button" value="Button" style="-moz-appearance: none; border-style: dotted">
<input type="button" value="Button" style="-moz-appearance: none; border-color: green">
<input type="button" value="Button" style="-moz-appearance: none; background-color: transparent">
<input type="button" value="Button" style="-moz-appearance: none; background-color: white">

<!-- these should let it stay native -->
<input type="button" value="">
<input type="button" value="">
back to top