Chromium Code Reviews

Unified Diff: content/test/data/accessibility/html/input-checkbox-expected-mac.txt

Issue 1488893002: Stops using SYSTEM_STATE_INDETERMINATE as it makes radio buttons appear to have a mixed state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added test for menu checkboxes and removed indeterminate state. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: content/test/data/accessibility/html/input-checkbox-expected-mac.txt
diff --git a/content/test/data/accessibility/html/input-checkbox-expected-mac.txt b/content/test/data/accessibility/html/input-checkbox-expected-mac.txt
index e40c2a4669c26025ee6d6ba1c21a04bb1f662433..20d942c100f5561dfce925c3d0aca39b29106473 100644
--- a/content/test/data/accessibility/html/input-checkbox-expected-mac.txt
+++ b/content/test/data/accessibility/html/input-checkbox-expected-mac.txt
@@ -1,5 +1,6 @@
AXWebArea AXRoleDescription='HTML content'
++AXGroup AXRoleDescription='group'
-++++AXCheckBox AXRoleDescription='checkbox' AXTitle='CheckBox1' AXValue='1'
-++++AXCheckBox AXRoleDescription='checkbox' AXTitle='CheckBox2' AXValue='0'
-++++AXCheckBox AXRoleDescription='checkbox' AXTitle='CheckBox3' AXValue='0'
+++++AXCheckBox AXRoleDescription='checkbox' AXTitle='Checkbox1' AXValue='1'
+++++AXCheckBox AXRoleDescription='checkbox' AXTitle='Checkbox2' AXValue='0'
+++++AXCheckBox AXRoleDescription='checkbox' AXTitle='Checkbox3' AXValue='0'
+++++AXCheckBox AXRoleDescription='checkbox' AXTitle='Checkbox4' AXValue='0'

Powered by Google App Engine