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

Unified Diff: content/test/data/accessibility/aria-list-expected-mac.txt

Issue 284113002: Always return a subrole when the Mac accessibility role is AXList. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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-list-expected-mac.txt
diff --git a/content/test/data/accessibility/ul-expected-mac.txt b/content/test/data/accessibility/aria-list-expected-mac.txt
similarity index 65%
copy from content/test/data/accessibility/ul-expected-mac.txt
copy to content/test/data/accessibility/aria-list-expected-mac.txt
index 776cf1b76b405770911d491d0dbecf720dfcf969..8ae9e03301491991070ffe074b364978d6723bd8 100644
--- a/content/test/data/accessibility/ul-expected-mac.txt
+++ b/content/test/data/accessibility/aria-list-expected-mac.txt
@@ -1,11 +1,8 @@
AXWebArea
AXList AXSubrole=AXContentList
AXGroup
- AXListMarker AXValue='•'
AXStaticText AXValue='Item 1'
AXGroup
- AXListMarker AXValue='•'
AXStaticText AXValue='Item 2'
AXGroup
- AXListMarker AXValue='•'
AXStaticText AXValue='Item 3'

Powered by Google App Engine
This is Rietveld 408576698