| 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 f41eae338e10abb347c09f5062eb9b19dc655e7f..ae6103c0b273031dc1368d8eb687952f9d4a3fa4 100644
|
| --- a/content/test/data/accessibility/html/input-radio-in-menu.html
|
| +++ b/content/test/data/accessibility/html/input-radio-in-menu.html
|
| @@ -1,14 +1,17 @@
|
| <!--
|
| @WIN-ALLOW:MIXED*
|
| @WIN-ALLOW:checkable*
|
| +@WIN-ALLOW:ia2_hypertext=*
|
| -->
|
| <html>
|
| <body>
|
| <menu type="list">
|
| - <input type="radio">
|
| + <input type="radio" value="r1">Radio1
|
| + <label><input type="radio" value="r2">Radio2</label>
|
| </menu>
|
| <div role="menu">
|
| - <input type="radio">
|
| + <label><input type="radio" value="r3">Radio3</label>
|
| + <input type="radio" value="r4">
|
| </div>
|
| </body>
|
| </html>
|
|
|