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

Unified 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, 9 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/html/in-page-links-expected-mac.txt
diff --git a/content/test/data/accessibility/html/in-page-links-expected-mac.txt b/content/test/data/accessibility/html/in-page-links-expected-mac.txt
index cc11faff2a5a76042376c1f6d8fc19254dbb4018..2803fb588ee703cbf555d1a15dc47a7db1f9c9de 100644
--- a/content/test/data/accessibility/html/in-page-links-expected-mac.txt
+++ b/content/test/data/accessibility/html/in-page-links-expected-mac.txt
@@ -1,9 +1,9 @@
AXWebArea
-++AXLink AXTitle='Empty anchor' AXLinkedUIElements=["AXStaticText After empty anchor"]
+++AXLink AXTitle='Empty anchor' AXLinkedUIElements=["AXGroup"]
++++AXStaticText AXValue='Empty anchor'
-++AXLink AXTitle='Anchor with content' AXLinkedUIElements=["AXStaticText Anchor with content"]
+++AXLink AXTitle='Anchor with content' AXLinkedUIElements=["AXGroup Anchor with content"]
++++AXStaticText AXValue='Anchor with content'
-++AXLink AXTitle='Anchor with ID' AXLinkedUIElements=["AXStaticText Anchor with ID"]
+++AXLink AXTitle='Anchor with ID' AXLinkedUIElements=["AXGroup Anchor with ID"]
++++AXStaticText AXValue='Anchor with ID'
++AXLink AXTitle='Empty span' AXLinkedUIElements=["AXStaticText After empty span"]
++++AXStaticText AXValue='Empty span'
@@ -12,11 +12,14 @@ AXWebArea
++AXLink AXTitle='Paragraph with content' AXLinkedUIElements=["AXGroup"]
++++AXStaticText AXValue='Paragraph with content'
++AXGroup
+++++AXGroup
++++AXStaticText AXValue='After empty anchor'
++AXGroup
-++++AXStaticText AXValue='Anchor with content'
+++++AXGroup AXTitle='Anchor with content'
+++++++AXStaticText AXValue='Anchor with content'
++AXGroup
-++++AXStaticText AXValue='Anchor with ID'
+++++AXGroup AXTitle='Anchor with ID'
+++++++AXStaticText AXValue='Anchor with ID'
++AXGroup
++++AXStaticText AXValue='After empty span'
++AXGroup

Powered by Google App Engine
This is Rietveld 408576698