Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: content/test/data/accessibility/input-radio-expected-win.txt

Issue 652103002: Input type in radio state with menu as parent should be exposed similar to ARIA role menuitemradio (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating expectations for android due to change of class name for menuitemradio Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698