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

Unified Diff: content/test/data/accessibility/html/input-radio-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-radio-expected-mac.txt
diff --git a/content/test/data/accessibility/html/input-radio-expected-mac.txt b/content/test/data/accessibility/html/input-radio-expected-mac.txt
index 628eddbbe2e4085cce3496ff37c7d2ed6de7f0e6..c54984bc1eff437dc9050beaffae77e8c4d17a85 100644
--- a/content/test/data/accessibility/html/input-radio-expected-mac.txt
+++ b/content/test/data/accessibility/html/input-radio-expected-mac.txt
@@ -1,10 +1,13 @@
AXWebArea
++AXGroup
-++++AXRadioButton AXValue='0' AXLinkedUIElements=["AXRadioButton 0"]
+++++AXRadioButton AXValue='2' AXLinkedUIElements=["AXRadioButton 2"]
++++AXStaticText AXValue='Radio1'
++++AXUnknown AXTitle='<newline>'
-++++AXRadioButton AXValue='0' AXLinkedUIElements=["AXRadioButton 0"]
+++++AXRadioButton AXValue='2' AXLinkedUIElements=["AXRadioButton 2"]
++++AXStaticText AXValue='Radio2'
++AXGroup
++++AXRadioButton AXTitle='Radio3' AXValue='0' AXLinkedUIElements=["AXRadioButton Radio3","AXRadioButton Radio4"]
++++AXRadioButton AXTitle='Radio4' AXValue='1' AXLinkedUIElements=["AXRadioButton Radio3","AXRadioButton Radio4"]
+++AXGroup
+++++AXRadioButton AXTitle='Radio5' AXValue='2' AXLinkedUIElements=["AXRadioButton Radio5"]
+++++AXRadioButton AXTitle='Radio6' AXValue='1' AXLinkedUIElements=["AXRadioButton Radio6"]

Powered by Google App Engine
This is Rietveld 408576698