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

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

Issue 2694903010: AX checked state changes (Closed)
Patch Set: git cl try Created 3 years, 8 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/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 c91a85ad841fd7e6bd4bd93984d05982dcbe1d29..aa4df8d4326b590a5ca47c3110dd7394c9a8b16c 100644
--- a/content/test/data/accessibility/html/input-checkbox-expected-mac.txt
+++ b/content/test/data/accessibility/html/input-checkbox-expected-mac.txt
@@ -1,6 +1,7 @@
AXWebArea AXRoleDescription='HTML content'
++AXGroup AXRoleDescription='group'
+++++AXCheckBox AXRoleDescription='checkbox' AXTitle='Checkbox0' 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='Checkbox2' AXValue='1'
+++++AXCheckBox AXRoleDescription='checkbox' AXTitle='Checkbox3' AXValue='1'
++++AXCheckBox AXRoleDescription='checkbox' AXTitle='Checkbox4' AXValue='2'

Powered by Google App Engine
This is Rietveld 408576698