Merge pull request #332 from spicyj/radio-test

Fix radio input test in Chrome
This commit is contained in:
Paul O’Shannessy 2013-09-11 13:45:47 -07:00
commit 7ff11c3c88
1 changed files with 1 additions and 2 deletions

View File

@ -84,8 +84,7 @@ describe('ReactDOMInput', function() {
<input ref="b" type="radio" name="fruit" />B
<form>
<input ref="c" type="radio" name="fruit" form="pluto"
defaultChecked={true} />
<input ref="c" type="radio" name="fruit" defaultChecked={true} />
</form>
</div>
);