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

<form>
  <input type="checkbox"/>
  <input type="radio"/>
</form>

</body>
</html>