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

Side by Side Diff: content/test/data/accessibility/html/in-page-links-expected-mac.txt

Issue 2713193003: Added a quick heuristic to determine which objects are the target of in-page links and stop ignorin… (Closed)
Patch Set: Fixed Android test. Created 3 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 unified diff | Download patch
OLDNEW
1 AXWebArea 1 AXWebArea
2 ++AXLink AXTitle='Empty anchor' AXLinkedUIElements=["AXStaticText After empty an chor"] 2 ++AXLink AXTitle='Empty anchor' AXLinkedUIElements=["AXGroup"]
3 ++++AXStaticText AXValue='Empty anchor' 3 ++++AXStaticText AXValue='Empty anchor'
4 ++AXLink AXTitle='Anchor with content' AXLinkedUIElements=["AXStaticText Anchor with content"] 4 ++AXLink AXTitle='Anchor with content' AXLinkedUIElements=["AXGroup Anchor with content"]
5 ++++AXStaticText AXValue='Anchor with content' 5 ++++AXStaticText AXValue='Anchor with content'
6 ++AXLink AXTitle='Anchor with ID' AXLinkedUIElements=["AXStaticText Anchor with ID"] 6 ++AXLink AXTitle='Anchor with ID' AXLinkedUIElements=["AXGroup Anchor with ID"]
7 ++++AXStaticText AXValue='Anchor with ID' 7 ++++AXStaticText AXValue='Anchor with ID'
8 ++AXLink AXTitle='Empty span' AXLinkedUIElements=["AXStaticText After empty span "] 8 ++AXLink AXTitle='Empty span' AXLinkedUIElements=["AXStaticText After empty span "]
9 ++++AXStaticText AXValue='Empty span' 9 ++++AXStaticText AXValue='Empty span'
10 ++AXLink AXTitle='Span with content' AXLinkedUIElements=["AXStaticText Span with content"] 10 ++AXLink AXTitle='Span with content' AXLinkedUIElements=["AXStaticText Span with content"]
11 ++++AXStaticText AXValue='Span with content' 11 ++++AXStaticText AXValue='Span with content'
12 ++AXLink AXTitle='Paragraph with content' AXLinkedUIElements=["AXGroup"] 12 ++AXLink AXTitle='Paragraph with content' AXLinkedUIElements=["AXGroup"]
13 ++++AXStaticText AXValue='Paragraph with content' 13 ++++AXStaticText AXValue='Paragraph with content'
14 ++AXGroup 14 ++AXGroup
15 ++++AXGroup
15 ++++AXStaticText AXValue='After empty anchor' 16 ++++AXStaticText AXValue='After empty anchor'
16 ++AXGroup 17 ++AXGroup
17 ++++AXStaticText AXValue='Anchor with content' 18 ++++AXGroup AXTitle='Anchor with content'
19 ++++++AXStaticText AXValue='Anchor with content'
18 ++AXGroup 20 ++AXGroup
19 ++++AXStaticText AXValue='Anchor with ID' 21 ++++AXGroup AXTitle='Anchor with ID'
22 ++++++AXStaticText AXValue='Anchor with ID'
20 ++AXGroup 23 ++AXGroup
21 ++++AXStaticText AXValue='After empty span' 24 ++++AXStaticText AXValue='After empty span'
22 ++AXGroup 25 ++AXGroup
23 ++++AXStaticText AXValue='Span with content' 26 ++++AXStaticText AXValue='Span with content'
24 ++AXGroup 27 ++AXGroup
25 ++++AXStaticText AXValue='Paragraph with content' 28 ++++AXStaticText AXValue='Paragraph with content'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698