summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/checkbox/radio-stretched.html
blob: 159a2cc920f19d1b677f9c198744374248245597 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<body>

<form>
  <input type="checkbox" style="width: auto;">
  <input type="radio" style="width: auto;">
</form>

</body>
</html>