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

Unified Diff: content/test/data/accessibility/aria/aria-tree-expected-win.txt

Issue 2165463003: Elements with an ARIA role of treeitem should be able to get their accessible name from their conte… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test expectations. Created 4 years, 5 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/aria/aria-tree-expected-win.txt
diff --git a/content/test/data/accessibility/aria/aria-tree-expected-win.txt b/content/test/data/accessibility/aria/aria-tree-expected-win.txt
index ad0df97ba519b1d291fef4de75f3649fe80e27f6..b5016e54afa16e118515ac7aef5623760a7490f2 100644
--- a/content/test/data/accessibility/aria/aria-tree-expected-win.txt
+++ b/content/test/data/accessibility/aria/aria-tree-expected-win.txt
@@ -1,2 +1,12 @@
ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
-++ROLE_SYSTEM_OUTLINE xml-roles:tree
+++ROLE_SYSTEM_OUTLINE
+++++ROLE_SYSTEM_OUTLINEITEM name='Animals'
+++++++ROLE_SYSTEM_STATICTEXT name='Animals'
+++++ROLE_SYSTEM_OUTLINEITEM name='Domesticated'
+++++++ROLE_SYSTEM_STATICTEXT name='Domesticated'
+++++ROLE_SYSTEM_STATICTEXT name='Dog'
+++++ROLE_SYSTEM_STATICTEXT name='Cat'
+++++ROLE_SYSTEM_OUTLINEITEM name='Wild'
+++++++ROLE_SYSTEM_STATICTEXT name='Wild'
+++++ROLE_SYSTEM_OUTLINEITEM name='Plants'
+++++++ROLE_SYSTEM_STATICTEXT name='Plants'

Powered by Google App Engine
This is Rietveld 408576698