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

Unified Diff: content/test/data/accessibility/html/in-page-links-expected-mac.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-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 2803fb588ee703cbf555d1a15dc47a7db1f9c9de..8099aa66dfbad98d363d9352d63f391de986cc9a 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
@@ -5,9 +5,9 @@ AXWebArea
++++AXStaticText AXValue='Anchor with content'
++AXLink AXTitle='Anchor with ID' AXLinkedUIElements=["AXGroup Anchor with ID"]
++++AXStaticText AXValue='Anchor with ID'
-++AXLink AXTitle='Empty span' AXLinkedUIElements=["AXStaticText After empty span"]
+++AXLink AXTitle='Empty span' AXLinkedUIElements=["AXGroup"]
++++AXStaticText AXValue='Empty span'
-++AXLink AXTitle='Span with content' AXLinkedUIElements=["AXStaticText Span with content"]
+++AXLink AXTitle='Span with content' AXLinkedUIElements=["AXGroup"]
++++AXStaticText AXValue='Span with content'
++AXLink AXTitle='Paragraph with content' AXLinkedUIElements=["AXGroup"]
++++AXStaticText AXValue='Paragraph with content'
@@ -21,8 +21,10 @@ AXWebArea
++++AXGroup AXTitle='Anchor with ID'
++++++AXStaticText AXValue='Anchor with ID'
++AXGroup
+++++AXGroup
++++AXStaticText AXValue='After empty span'
++AXGroup
-++++AXStaticText AXValue='Span with content'
+++++AXGroup
+++++++AXStaticText AXValue='Span with content'
++AXGroup
++++AXStaticText AXValue='Paragraph with content'

Powered by Google App Engine
This is Rietveld 408576698