1
0
Fork 0
firefox/layout/reftests/native-theme/checkbox-still-native-when-styled.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

14 lines
684 B
HTML

<!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">