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

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

Issue 13479003: Modify AccessibilityTreeFormatter to build up an internal representation of the tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 8 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/list-markers-expected-mac.txt
diff --git a/content/test/data/accessibility/list-markers-expected-mac.txt b/content/test/data/accessibility/list-markers-expected-mac.txt
index fb55b8c7e765f3e9375a9d30fdcaaf1bfc8605b9..064c8297bc48649812bb42018189775e2d1eda8a 100644
--- a/content/test/data/accessibility/list-markers-expected-mac.txt
+++ b/content/test/data/accessibility/list-markers-expected-mac.txt
@@ -1,17 +1,17 @@
AXWebArea
- AXList subrole=AXContentList
+ AXList AXSubrole=AXContentList
AXGroup
- AXListMarker value='•'
- AXStaticText value='First item properly groups itself despite '
- AXStaticText value='bolded'
- AXStaticText value=' text.'
+ AXListMarker AXValue='•'
+ AXStaticText AXValue='First item properly groups itself despite '
+ AXStaticText AXValue='bolded'
+ AXStaticText AXValue=' text.'
AXGroup
- AXListMarker value='•'
- AXStaticText value='This should also be '
- AXStaticText value='seen'
- AXStaticText value=' as a group.'
+ AXListMarker AXValue='•'
+ AXStaticText AXValue='This should also be '
+ AXStaticText AXValue='seen'
+ AXStaticText AXValue=' as a group.'
AXGroup
- AXListMarker value='•'
- AXStaticText value='Some '
- AXStaticText value='more'
- AXStaticText value=' text.'
+ AXListMarker AXValue='•'
+ AXStaticText AXValue='Some '
+ AXStaticText AXValue='more'
+ AXStaticText AXValue=' text.'
« no previous file with comments | « content/test/data/accessibility/list-markers.html ('k') | content/test/data/accessibility/p-expected-mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698