diff options
author | falken@chromium.org <falken@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-18 19:29:34 +0000 |
---|---|---|
committer | falken@chromium.org <falken@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-18 19:29:34 +0000 |
commit | 9908059b6bf988b0e7c4ad1aa36cf3ecd24143fd (patch) | |
tree | 1a0c3c1c9207662aeb3a3bddcb359495cbb902dd /content | |
parent | 5d2a7871220740e560879385cce60b79437039ce (diff) | |
download | chromium_src-9908059b6bf988b0e7c4ad1aa36cf3ecd24143fd.zip chromium_src-9908059b6bf988b0e7c4ad1aa36cf3ecd24143fd.tar.gz chromium_src-9908059b6bf988b0e7c4ad1aa36cf3ecd24143fd.tar.bz2 |
Add Android expectations for some DumpAccessibilityTree tests.
This is a follow-up to r235091 now that the tests are no longer crashing.
BUG=304779
Review URL: https://codereview.chromium.org/63903003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235791 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
3 files changed, 17 insertions, 0 deletions
diff --git a/content/test/data/accessibility/dialog-expected-android.txt b/content/test/data/accessibility/dialog-expected-android.txt new file mode 100644 index 0000000..ea5a2ab --- /dev/null +++ b/content/test/data/accessibility/dialog-expected-android.txt @@ -0,0 +1,2 @@ +android.view.View focusable focused scrollable + android.view.View clickable name='Text in dialog' diff --git a/content/test/data/accessibility/modal-dialog-closed-expected-android.txt b/content/test/data/accessibility/modal-dialog-closed-expected-android.txt new file mode 100644 index 0000000..d70c755 --- /dev/null +++ b/content/test/data/accessibility/modal-dialog-closed-expected-android.txt @@ -0,0 +1,6 @@ +android.view.View focusable focused scrollable + android.view.View clickable name='Test that elements respawn in the accessibility tree after a modal dialog closes.' + android.view.View + android.widget.Button clickable focusable name='This should be in the tree.' + android.view.View + android.view.View focusable diff --git a/content/test/data/accessibility/modal-dialog-in-iframe-opened-expected-android.txt b/content/test/data/accessibility/modal-dialog-in-iframe-opened-expected-android.txt new file mode 100644 index 0000000..506064c --- /dev/null +++ b/content/test/data/accessibility/modal-dialog-in-iframe-opened-expected-android.txt @@ -0,0 +1,9 @@ +android.view.View focusable focused scrollable + android.view.View + android.view.View clickable name='Test for modal dialog opened in an iframe.' + android.view.View + android.view.View + android.view.View scrollable + android.view.View + android.view.View clickable name='Text in the dialog.' + android.view.View editable_text |