summaryrefslogtreecommitdiffstats
path: root/layout/reftests/native-theme/checkbox-still-native-when-styled.html
blob: 84a49f48e9991fd7d963fb47242cc19dc78eb15a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<input type="checkbox" style="border-width: 0">
<input type="checkbox" style="border-width: 1px">
<input type="checkbox" style="border-width: 2px">
<input type="checkbox" style="border-width: 3px">
<input type="checkbox" style="border-width: 4px">
<input type="checkbox" style="border-width: 5px">
<input type="checkbox" style="border-width: 6px">
<input type="checkbox" style="border-style: dotted">
<input type="checkbox" style="border-color: green">
<input type="checkbox" style="background-color: transparent">
<input type="checkbox" style="background-color: white">
<input type="checkbox" style="color: black">
<input type="checkbox" style="font-weight: normal">