| Index: content/test/data/accessibility/html/input-radio.html
|
| diff --git a/content/test/data/accessibility/html/input-radio.html b/content/test/data/accessibility/html/input-radio.html
|
| index 2032c611116e4ebfc09cd4907a93c60bc22da282..dadba4d866e3a21f6875ff132d18e3ec64440adf 100644
|
| --- a/content/test/data/accessibility/html/input-radio.html
|
| +++ b/content/test/data/accessibility/html/input-radio.html
|
| @@ -17,5 +17,9 @@
|
| <label><input type="radio" name="rGroup" value="r3">Radio3</label>
|
| <label><input type="radio" name="rGroup" checked value="r4">Radio4</label>
|
| </form>
|
| + <form>
|
| + <label><input type="radio" name="r1" value="r3">Radio5</label>
|
| + <label><input type="radio" name="r2" checked value="r4">Radio6</label>
|
| + </form>
|
| </body>
|
| </html>
|
|
|