Skip to content

Commit

Permalink
Unit-test for fix of #6063
Browse files Browse the repository at this point in the history
  • Loading branch information
pjw91 committed Nov 22, 2011
1 parent 0516cd6 commit d2a25b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/unit/button/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ <h2 id="qunit-userAgent"></h2>
<input type="radio" id="radio23" name="radio" checked="checked"><label for="radio23">Choice 3</label>
</div>
</form>
<form>
<div id="radio3" style="margin-top: 2em;">
<label><input type="radio" id="radio31" name="radio">Choice 1</label>
<label><input type="radio" id="radio32" name="radio">Choice 2</label>
<label><input type="radio" id="radio33" name="radio" checked="checked">Choice 3</label>
</div>
</form>

<input type="checkbox" id="check"><label for="check">Toggle</label>

Expand Down

0 comments on commit d2a25b6

Please sign in to comment.