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

Unified Diff: content/test/data/accessibility/aria/aria-button-expected-win.txt

Issue 1416873015: Text controls should expose their value instead of their name via IAccessibleText (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added browser tests and re-introduced IsControl. Expanded unit test. Created 5 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/aria/aria-button-expected-win.txt
diff --git a/content/test/data/accessibility/aria/aria-button-expected-win.txt b/content/test/data/accessibility/aria/aria-button-expected-win.txt
index d2bbe1cab1d07774d9f00c5bed1bb0e90d6e78f2..19669d447a760d398994946534d890b89e7ff17b 100644
--- a/content/test/data/accessibility/aria/aria-button-expected-win.txt
+++ b/content/test/data/accessibility/aria/aria-button-expected-win.txt
@@ -1,6 +1,6 @@
-ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
-++ROLE_SYSTEM_PUSHBUTTON FOCUSABLE xml-roles:button
-++IA2_ROLE_TOGGLE_BUTTON PRESSED FOCUSABLE xml-roles:button checkable:true
-++IA2_ROLE_TOGGLE_BUTTON FOCUSABLE xml-roles:button checkable:true
-++ROLE_SYSTEM_BUTTONMENU FOCUSABLE HASPOPUP xml-roles:button
-++ROLE_SYSTEM_PUSHBUTTON FOCUSABLE xml-roles:button
+ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE ia2_hypertext='<obj0><obj1><obj2><obj3><obj4>'
+++ROLE_SYSTEM_PUSHBUTTON FOCUSABLE xml-roles:button ia2_hypertext='Button1'
+++IA2_ROLE_TOGGLE_BUTTON PRESSED FOCUSABLE xml-roles:button checkable:true ia2_hypertext='Button2'
+++IA2_ROLE_TOGGLE_BUTTON FOCUSABLE xml-roles:button checkable:true ia2_hypertext='Button3'
+++ROLE_SYSTEM_BUTTONMENU FOCUSABLE HASPOPUP xml-roles:button ia2_hypertext='Button4'
+++ROLE_SYSTEM_PUSHBUTTON FOCUSABLE xml-roles:button ia2_hypertext='Button5'

Powered by Google App Engine
This is Rietveld 408576698