diff options
author | aboxhall@chromium.org <aboxhall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-28 10:37:21 +0000 |
---|---|---|
committer | aboxhall@chromium.org <aboxhall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-28 10:37:21 +0000 |
commit | 1513b0439166446289f72334d4e45986ca548e20 (patch) | |
tree | 8f5c053e9d268cd12d7ea7aef6e04222b146a881 /content/test/data/accessibility/aria-combobox-expected-win.txt | |
parent | 15e29a8ce96ad79a8a0383ed678da3b604ef2c73 (diff) | |
download | chromium_src-1513b0439166446289f72334d4e45986ca548e20.zip chromium_src-1513b0439166446289f72334d4e45986ca548e20.tar.gz chromium_src-1513b0439166446289f72334d4e45986ca548e20.tar.bz2 |
Exclude empty string from results unless ALLOW-EMPTY is used
BUG=
Review URL: https://chromiumcodereview.appspot.com/12036109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179119 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/data/accessibility/aria-combobox-expected-win.txt')
-rw-r--r-- | content/test/data/accessibility/aria-combobox-expected-win.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/test/data/accessibility/aria-combobox-expected-win.txt b/content/test/data/accessibility/aria-combobox-expected-win.txt index 0219a1f..baeb7b2 100644 --- a/content/test/data/accessibility/aria-combobox-expected-win.txt +++ b/content/test/data/accessibility/aria-combobox-expected-win.txt @@ -1,7 +1,7 @@ -ROLE_SYSTEM_DOCUMENT name='' READONLY FOCUSABLE - IA2_ROLE_SECTION name='' READONLY +ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE + IA2_ROLE_SECTION READONLY ROLE_SYSTEM_TEXT name='State' READONLY ROLE_SYSTEM_COMBOBOX name='State' READONLY FOCUSABLE - ROLE_SYSTEM_LIST name='' + ROLE_SYSTEM_LIST ROLE_SYSTEM_LISTITEM name='Alabama' FOCUSABLE ROLE_SYSTEM_LISTITEM name='Alaska' FOCUSABLE |