Chromium Code Reviews| Index: content/test/data/accessibility/input-radio-expected-win.txt |
| diff --git a/content/test/data/accessibility/input-radio-expected-win.txt b/content/test/data/accessibility/input-radio-expected-win.txt |
| index 779ccb45ae4f856909cb448055b2b6b695c838f5..885c07c6877ad9630eeb0d306975f5f87b72cb0b 100644 |
| --- a/content/test/data/accessibility/input-radio-expected-win.txt |
| +++ b/content/test/data/accessibility/input-radio-expected-win.txt |
| @@ -1,3 +1,4 @@ |
| ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE |
| IA2_ROLE_SECTION READONLY |
| - ROLE_SYSTEM_RADIOBUTTON MIXED FOCUSABLE xml-roles:radio checkable:true |
| + ROLE_SYSTEM_RADIOBUTTON MIXED FOCUSABLE IA2_STATE_CHECKABLE xml-roles:radio checkable:true |
|
dmazzoni
2014/10/15 23:25:14
Why is this mixed?
|
| + ROLE_SYSTEM_RADIOBUTTON CHECKED FOCUSABLE IA2_STATE_CHECKABLE xml-roles:radio checkable:true |