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

Unified Diff: content/test/data/accessibility/html/in-page-links-expected-blink.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-blink.txt
diff --git a/content/test/data/accessibility/html/in-page-links-expected-blink.txt b/content/test/data/accessibility/html/in-page-links-expected-blink.txt
index 43873018445db92f08ceb85383a7043f2ab103d8..ee2cf950e3e61216a6301c76a94269d958da9bb6 100644
--- a/content/test/data/accessibility/html/in-page-links-expected-blink.txt
+++ b/content/test/data/accessibility/html/in-page-links-expected-blink.txt
@@ -1,11 +1,11 @@
rootWebArea
-++link name='Empty anchor' inPageLinkTargetId=staticText
+++link name='Empty anchor' inPageLinkTargetId=anchor
++++staticText name='Empty anchor'
++++++inlineTextBox name='Empty anchor'
-++link name='Anchor with content' inPageLinkTargetId=staticText
+++link name='Anchor with content' inPageLinkTargetId=anchor
++++staticText name='Anchor with content'
++++++inlineTextBox name='Anchor with content'
-++link name='Anchor with ID' inPageLinkTargetId=staticText
+++link name='Anchor with ID' inPageLinkTargetId=anchor
++++staticText name='Anchor with ID'
++++++inlineTextBox name='Anchor with ID'
++link name='Empty span' inPageLinkTargetId=staticText
@@ -18,14 +18,17 @@ rootWebArea
++++staticText name='Paragraph with content'
++++++inlineTextBox name='Paragraph with content'
++paragraph
+++++anchor
++++staticText name='After empty anchor'
++++++inlineTextBox name='After empty anchor'
++paragraph
-++++staticText name='Anchor with content'
-++++++inlineTextBox name='Anchor with content'
+++++anchor name='Anchor with content'
+++++++staticText name='Anchor with content'
+++++++++inlineTextBox name='Anchor with content'
++paragraph
-++++staticText name='Anchor with ID'
-++++++inlineTextBox name='Anchor with ID'
+++++anchor name='Anchor with ID'
+++++++staticText name='Anchor with ID'
+++++++++inlineTextBox name='Anchor with ID'
++paragraph
++++staticText name='After empty span'
++++++inlineTextBox name='After empty span'

Powered by Google App Engine
This is Rietveld 408576698