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

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: Remove unintentionally modified file Created 8 years, 5 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..6e54606eb6ad63426f56ed4571ca0de8dd4366da
--- /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='Title' FOCUSABLE description=''
+ ROLE_SYSTEM_CHECKBUTTON name='Label' FOCUSABLE description='Title'
+ ROLE_SYSTEM_CHECKBUTTON name='AriaLabel' FOCUSABLE description='Title'
+ ROLE_SYSTEM_CHECKBUTTON name='LabelledBy' FOCUSABLE description='Title'
+ ROLE_SYSTEM_CHECKBUTTON name='LabelledBy' FOCUSABLE description='DescribedBy'
+ ROLE_SYSTEM_CHECKBUTTON name='DescribedBy' FOCUSABLE description=''

Powered by Google App Engine
This is Rietveld 408576698