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