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='' |