Commit 8b726d9d authored by Mark Schillaci's avatar Mark Schillaci Committed by Commit Bot

Fix a11y tree test expectations for state description

This CL updates some test expectations that include the
new state description to fix failing content_browsertests

Related change: https://crrev.com/c/2432089


AX-Relnotes: N/A
Bug: 1133354, 1134201
Change-Id: I981eb7b465971e818df87efb04c21f1ccc3480d3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443071Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Reviewed-by: default avatarMark Schillaci <mschillaci@google.com>
Commit-Queue: Mark Schillaci <mschillaci@google.com>
Cr-Commit-Position: refs/heads/master@{#812861}
parent 406dacf3
......@@ -2,4 +2,4 @@ android.webkit.WebView focusable focused scrollable
++android.view.View role_description='menu'
++++android.view.MenuItem role_description='radio button' checkable clickable name='Menu item 1'
++++android.view.MenuItem role_description='radio button' checkable checked clickable name='Menu item 2' item_index=1 row_index=1
++++android.view.MenuItem role_description='radio button' checkable clickable name='Menu item 3' item_index=2 row_index=2
++++android.view.MenuItem role_description='radio button' checkable clickable name='Menu item 3' state_description='Partially Checked' item_index=2 row_index=2
\ No newline at end of file
android.webkit.WebView focusable focused scrollable
++android.view.View role_description='tree' collection hierarchical item_count=2 row_count=2
++++android.view.View role_description='tree item' checkable clickable collection_item name='Animals'
++++android.view.View role_description='tree item' checkable clickable collection_item name='Animals' state_description='Partially Checked'
++++++android.view.View role_description='link' clickable focusable link name='Animals'
++++++++android.widget.TextView name='Animals'
++++++android.view.View
......@@ -19,4 +19,4 @@ android.webkit.WebView focusable focused scrollable
++++++++++++android.widget.TextView name='Wild'
++++android.view.View role_description='tree item' clickable collection_item name='Plants' item_index=1 row_index=1
++++++android.view.View role_description='link' clickable focusable link name='Plants'
++++++++android.widget.TextView name='Plants'
++++++++android.widget.TextView name='Plants'
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment