| Index: content/test/data/accessibility/html/input-radio-in-menu.html
|
| diff --git a/content/test/data/accessibility/html/input-radio-in-menu.html b/content/test/data/accessibility/html/input-radio-in-menu.html
|
| index ae6103c0b273031dc1368d8eb687952f9d4a3fa4..3b8237510679bcee33c9ed2290ce1a62408d3294 100644
|
| --- a/content/test/data/accessibility/html/input-radio-in-menu.html
|
| +++ b/content/test/data/accessibility/html/input-radio-in-menu.html
|
| @@ -1,4 +1,5 @@
|
| <!--
|
| +@WIN-ALLOW:CHECKED*
|
| @WIN-ALLOW:MIXED*
|
| @WIN-ALLOW:checkable*
|
| @WIN-ALLOW:ia2_hypertext=*
|
| @@ -6,12 +7,14 @@
|
| <html>
|
| <body>
|
| <menu type="list">
|
| - <input type="radio" value="r1">Radio1
|
| - <label><input type="radio" value="r2">Radio2</label>
|
| + <input type="radio" name="rg1" value="r0" checked>Radio0
|
| + <input type="radio" name="rg1" value="r1">Radio1
|
| + <label><input type="radio" name="rg1" value="r2">Radio2</label>
|
| </menu>
|
| <div role="menu">
|
| - <label><input type="radio" value="r3">Radio3</label>
|
| - <input type="radio" value="r4">
|
| + <label><input type="radio" name="rg2" value="r3">Radio3</label>
|
| + <input type="radio" name="rg2" value="r4">
|
| + <input type="radio" name="rg2" value="r5" checked>
|
| </div>
|
| </body>
|
| </html>
|
|
|