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

Unified Diff: content/test/data/accessibility/aria/aria-tree-expected-mac.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-mac.txt
diff --git a/content/test/data/accessibility/aria/aria-tree-expected-mac.txt b/content/test/data/accessibility/aria/aria-tree-expected-mac.txt
index 2c9bc2042b08efcd05bbaa36f78d09abc58e2a4c..c0120fad217709490075559086e25a37cd4157ed 100644
--- a/content/test/data/accessibility/aria/aria-tree-expected-mac.txt
+++ b/content/test/data/accessibility/aria/aria-tree-expected-mac.txt
@@ -1,2 +1,12 @@
-AXWebArea AXRoleDescription='HTML content'
-++AXOutline AXRoleDescription='outline'
+AXWebArea
+++AXOutline
+++++AXRow AXTitle='Animals'
+++++++AXStaticText AXValue='Animals'
+++++AXRow AXTitle='Domesticated'
+++++++AXStaticText AXValue='Domesticated'
+++++AXStaticText AXValue='Dog'
+++++AXStaticText AXValue='Cat'
+++++AXRow AXTitle='Wild'
+++++++AXStaticText AXValue='Wild'
+++++AXRow AXTitle='Plants'
+++++++AXStaticText AXValue='Plants'

Powered by Google App Engine
This is Rietveld 408576698