| 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 65c5275472c9992087af924bcc6e393bf52ee314..2423f1f96df0ce527dcc84a2ca09180f867ff891 100644
|
| --- a/content/test/data/accessibility/html/input-radio.html
|
| +++ b/content/test/data/accessibility/html/input-radio.html
|
| @@ -13,7 +13,11 @@
|
| </form>
|
| <form>
|
| <label><input type="radio" name="r1" value="r3">Radio3</label>
|
| - <label><input type="radio" name="r2" checked value="r4">Radio4</label>
|
| + <label><input type="radio" name="r1" 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>
|
|
|