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

Unified Diff: content/test/data/accessibility/html/in-page-links-expected-blink.txt

Issue 2856503003: Nodes with IDs should not be excluded as they might be the target of in-page links and attributes s… (Closed)
Patch Set: Fixed Blink test. Created 3 years, 7 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 ee2cf950e3e61216a6301c76a94269d958da9bb6..00fd655f4f0183f35d8543856398dbadd2dbe2e0 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
@@ -8,10 +8,10 @@ rootWebArea
++link name='Anchor with ID' inPageLinkTargetId=anchor
++++staticText name='Anchor with ID'
++++++inlineTextBox name='Anchor with ID'
-++link name='Empty span' inPageLinkTargetId=staticText
+++link name='Empty span' inPageLinkTargetId=group
++++staticText name='Empty span'
++++++inlineTextBox name='Empty span'
-++link name='Span with content' inPageLinkTargetId=staticText
+++link name='Span with content' inPageLinkTargetId=group
++++staticText name='Span with content'
++++++inlineTextBox name='Span with content'
++link name='Paragraph with content' inPageLinkTargetId=paragraph
@@ -30,11 +30,13 @@ rootWebArea
++++++staticText name='Anchor with ID'
++++++++inlineTextBox name='Anchor with ID'
++paragraph
+++++group
++++staticText name='After empty span'
++++++inlineTextBox name='After empty span'
++paragraph
-++++staticText name='Span with content'
-++++++inlineTextBox name='Span with content'
+++++group
+++++++staticText name='Span with content'
+++++++++inlineTextBox name='Span with content'
++paragraph
++++staticText name='Paragraph with content'
++++++inlineTextBox name='Paragraph with content'

Powered by Google App Engine
This is Rietveld 408576698