summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/315920-9-ref.html
blob: 6dc52093704acacee32e0f285a24fdf1f06659e3 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head/>
  <body>
    <form><input type="radio" name="group1" id="two" value="2" default="true" checked="true"/>
      <label for="two" style="color: green">Should be no red</label><input type="radio" name="group1" id="one" value="1"/>
      <label for="one" style="color: green">Should be no red</label>
    </form>
  </body>
</html>