mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #332 from spicyj/radio-test
Fix radio input test in Chrome
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user