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
@@ -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>
);