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

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

Issue 2694903010: AX checked state changes (Closed)
Patch Set: After fixing checkable logic in android, test also needed to be fixed Created 3 years, 9 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 4d3e8fd545176f7db86cd6cc526d5e1c9130f41f..cef786bd18df0f42c7c34f616fc8913d3eae1817 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'
+++++AXRadioButton AXValue='2'
++++AXStaticText AXValue='Radio1'
++++AXUnknown AXTitle='<newline>'
-++++AXRadioButton AXValue='0'
+++++AXRadioButton AXValue='2'
++++AXStaticText AXValue='Radio2'
++AXGroup
++++AXRadioButton AXTitle='Radio3' AXValue='0'
++++AXRadioButton AXTitle='Radio4' AXValue='1'
+++AXGroup
+++++AXRadioButton AXTitle='Radio5' AXValue='2'
+++++AXRadioButton AXTitle='Radio6' AXValue='1'

Powered by Google App Engine
This is Rietveld 408576698