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

Unified Diff: content/test/data/accessibility/a-with-img-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: Those pesky string types 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/a-with-img-expected-mac.txt
diff --git a/content/test/data/accessibility/a-with-img-expected-mac.txt b/content/test/data/accessibility/a-with-img-expected-mac.txt
index b4261daf4fe3bdae2f871e48e3745d469236a972..37db67f33dac462a0b588a1f4637e7c8c2d80cf7 100644
--- a/content/test/data/accessibility/a-with-img-expected-mac.txt
+++ b/content/test/data/accessibility/a-with-img-expected-mac.txt
@@ -1,16 +1,16 @@
AXWebArea
AXGroup
- AXLink title='Link with image at start.'
- AXImage description='Link'
- AXStaticText value=' with image at start.'
- AXLink title='Link with image in the middle.'
- AXStaticText value='Link with '
- AXImage description='image'
- AXStaticText value=' in the middle.'
- AXLink title='Link with broken in the middle.'
- AXStaticText value='Link with '
- AXImage description='broken'
- AXStaticText value=' in the middle.'
- AXLink title='Link with image at the end'
- AXStaticText value='Link with image at the '
- AXImage description='end'
+ AXLink AXTitle='Link with image at start.'
+ AXImage AXDescription='Link'
+ AXStaticText AXValue=' with image at start.'
+ AXLink AXTitle='Link with image in the middle.'
+ AXStaticText AXValue='Link with '
+ AXImage AXDescription='image'
+ AXStaticText AXValue=' in the middle.'
+ AXLink AXTitle='Link with broken in the middle.'
+ AXStaticText AXValue='Link with '
+ AXImage AXDescription='broken'
+ AXStaticText AXValue=' in the middle.'
+ AXLink AXTitle='Link with image at the end'
+ AXStaticText AXValue='Link with image at the '
+ AXImage AXDescription='end'

Powered by Google App Engine
This is Rietveld 408576698