layout/reftests/native-theme/checkbox-still-native-when-styled.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/native-theme/checkbox-still-native-when-styled.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<input type="checkbox" style="border-width: 0">
     1.6 +<input type="checkbox" style="border-width: 1px">
     1.7 +<input type="checkbox" style="border-width: 2px">
     1.8 +<input type="checkbox" style="border-width: 3px">
     1.9 +<input type="checkbox" style="border-width: 4px">
    1.10 +<input type="checkbox" style="border-width: 5px">
    1.11 +<input type="checkbox" style="border-width: 6px">
    1.12 +<input type="checkbox" style="border-style: dotted">
    1.13 +<input type="checkbox" style="border-color: green">
    1.14 +<input type="checkbox" style="background-color: transparent">
    1.15 +<input type="checkbox" style="background-color: white">
    1.16 +<input type="checkbox" style="color: black">
    1.17 +<input type="checkbox" style="font-weight: normal">

mercurial