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

Unified Diff: content/test/data/accessibility/aria/aria-level-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
« no previous file with comments | « no previous file | content/test/data/accessibility/aria/aria-level-expected-win.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/aria/aria-level-expected-mac.txt
diff --git a/content/test/data/accessibility/aria/aria-level-expected-mac.txt b/content/test/data/accessibility/aria/aria-level-expected-mac.txt
index 4e02e29ee2bad77cd8834e2bd308392b18fb3b8e..6f6864e299ded9438031ec3af8b1ed3150866ba0 100644
--- a/content/test/data/accessibility/aria/aria-level-expected-mac.txt
+++ b/content/test/data/accessibility/aria/aria-level-expected-mac.txt
@@ -14,11 +14,11 @@ AXWebArea
++AXHeading AXTitle='Level 5' AXValue='5'
++++AXStaticText AXValue='Level 5'
++AXOutline
-++++AXRow AXSubrole=AXOutlineRow AXDisclosing='1' AXDisclosureLevel='0'
+++++AXRow AXSubrole=AXOutlineRow AXTitle='Tree item at level 1 Tree item at level 2' AXDisclosing='1' AXDisclosureLevel='0'
++++++AXStaticText AXValue='Tree item at level 1'
-++++++AXRow AXSubrole=AXOutlineRow AXDisclosing='0' AXDisclosureLevel='1'
+++++++AXRow AXSubrole=AXOutlineRow AXTitle='Tree item at level 2' AXDisclosing='0' AXDisclosureLevel='1'
++++++++AXStaticText AXValue='Tree item at level 2'
-++++AXRow AXSubrole=AXOutlineRow AXDisclosing='0' AXDisclosureLevel='2'
+++++AXRow AXSubrole=AXOutlineRow AXTitle='Tree item at level 3' AXDisclosing='0' AXDisclosureLevel='2'
++++++AXStaticText AXValue='Tree item at level 3'
++AXTable
++++AXRow AXDisclosureLevel='0'
« no previous file with comments | « no previous file | content/test/data/accessibility/aria/aria-level-expected-win.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698