diff options
author | dominicc@chromium.org <dominicc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-12 21:18:49 +0000 |
---|---|---|
committer | dominicc@chromium.org <dominicc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-12 21:18:49 +0000 |
commit | 76086a3c6466065b16c3b947ad8b18ed75ee43b3 (patch) | |
tree | b44c28ab17aea3ca9b6bfff00a2c6a31342e0cce /content/test | |
parent | 09c190458e7149f69de20eb8f4a7b4f37f44298b (diff) | |
download | chromium_src-76086a3c6466065b16c3b947ad8b18ed75ee43b3.zip chromium_src-76086a3c6466065b16c3b947ad8b18ed75ee43b3.tar.gz chromium_src-76086a3c6466065b16c3b947ad8b18ed75ee43b3.tar.bz2 |
Map the dialog accessibility role to android.app.Dialog on Android.
BUG=324392
Review URL: https://codereview.chromium.org/111343006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240417 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test')
3 files changed, 3 insertions, 3 deletions
diff --git a/content/test/data/accessibility/dialog-expected-android.txt b/content/test/data/accessibility/dialog-expected-android.txt index ea5a2ab..26fb420 100644 --- a/content/test/data/accessibility/dialog-expected-android.txt +++ b/content/test/data/accessibility/dialog-expected-android.txt @@ -1,2 +1,2 @@ -android.view.View focusable focused scrollable +android.app.Dialog focusable focused scrollable android.view.View clickable name='Text in dialog' diff --git a/content/test/data/accessibility/modal-dialog-opened-expected-android.txt b/content/test/data/accessibility/modal-dialog-opened-expected-android.txt index 2dcf25f..3ef4064 100644 --- a/content/test/data/accessibility/modal-dialog-opened-expected-android.txt +++ b/content/test/data/accessibility/modal-dialog-opened-expected-android.txt @@ -2,6 +2,6 @@ android.view.View focusable focused scrollable android.view.View android.view.View android.view.View - android.view.View + android.app.Dialog android.view.View clickable name='The dialog subtree should be the only text content in the accessibility tree. ' android.view.View clickable focusable name='Link inside the dialog. Link' diff --git a/content/test/data/accessibility/modal-dialog-stack-expected-android.txt b/content/test/data/accessibility/modal-dialog-stack-expected-android.txt index 97dddbe..c75fed1 100644 --- a/content/test/data/accessibility/modal-dialog-stack-expected-android.txt +++ b/content/test/data/accessibility/modal-dialog-stack-expected-android.txt @@ -1,6 +1,6 @@ android.view.View focusable focused scrollable android.view.View android.view.View - android.view.View + android.app.Dialog android.view.View clickable name='This is the now active dialog. Of course it should be in the tree.' android.widget.Button clickable focusable name='This is in the active dialog and should be in the tree.' |