| 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 ca8199d17e33e364f40782dd8de9afc1c58a59d7..4e428996d19e9e0cc85797d5852df2c05d034264 100644
|
| --- a/content/test/data/accessibility/html/input-radio.html
|
| +++ b/content/test/data/accessibility/html/input-radio.html
|
| @@ -2,17 +2,18 @@
|
| @WIN-ALLOW:MIXED*
|
| @WIN-ALLOW:CHECKED*
|
| @WIN-ALLOW:checkable:*
|
| +@WIN-ALLOW:ia2_hypertext=*
|
| @WIN-ALLOW:IA2_STATE_CHECKABLE*
|
| -->
|
| <html>
|
| <body>
|
| <form>
|
| - <input type="radio" name="r">
|
| - <input type="radio" name="r">
|
| + <input type="radio" name="r1" value="Radio1">
|
| + <input type="radio" name="r2" value="Radio2">
|
| </form>
|
| <form>
|
| - <input type="radio" name="r">
|
| - <input type="radio" name="r" checked>
|
| + <input type="radio" name="r1" value="Radio3">
|
| + <input type="radio" name="r2" checked value="Radio4">
|
| </form>
|
| </body>
|
| </html>
|
|
|