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

Unified Diff: content/test/data/accessibility/checkbox-name-calc-expected-win.txt

Issue 10823073: Improve accessible name calculation on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 4 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/checkbox-name-calc-expected-win.txt
diff --git a/content/test/data/accessibility/checkbox-name-calc-expected-win.txt b/content/test/data/accessibility/checkbox-name-calc-expected-win.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0e31ace413766dc2e142f451b80fbf7f4c97d5da
--- /dev/null
+++ b/content/test/data/accessibility/checkbox-name-calc-expected-win.txt
@@ -0,0 +1,8 @@
+ROLE_SYSTEM_DOCUMENT name='' READONLY FOCUSABLE description=''
+ IA2_ROLE_SECTION name='' READONLY description=''
+ ROLE_SYSTEM_CHECKBUTTON name='Title0' FOCUSABLE description=''
+ ROLE_SYSTEM_CHECKBUTTON name='Label1' FOCUSABLE description='Title1'
+ ROLE_SYSTEM_CHECKBUTTON name='AriaLabel2' FOCUSABLE description='Title2'
+ ROLE_SYSTEM_CHECKBUTTON name='LabelledBy3' FOCUSABLE description='Title3'
+ ROLE_SYSTEM_CHECKBUTTON name='LabelledBy4' FOCUSABLE description='DescribedBy4'
+ ROLE_SYSTEM_CHECKBUTTON name='DescribedBy5' FOCUSABLE description=''

Powered by Google App Engine
This is Rietveld 408576698