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

Unified Diff: content/test/data/accessibility/html/in-page-links-expected-win.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-win.txt
diff --git a/content/test/data/accessibility/html/in-page-links-expected-win.txt b/content/test/data/accessibility/html/in-page-links-expected-win.txt
index cc910ca44fb2033103494dc68ea29adf4e941950..cb156f3e96a6356b85bd20ad1ee420ce5a6696d9 100644
--- a/content/test/data/accessibility/html/in-page-links-expected-win.txt
+++ b/content/test/data/accessibility/html/in-page-links-expected-win.txt
@@ -12,11 +12,14 @@ ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
++ROLE_SYSTEM_LINK name='Paragraph with content' FOCUSABLE LINKED
++++ROLE_SYSTEM_STATICTEXT name='Paragraph with content' LINKED
++IA2_ROLE_PARAGRAPH
+++++ROLE_SYSTEM_LINK
++++ROLE_SYSTEM_STATICTEXT name='After empty anchor'
++IA2_ROLE_PARAGRAPH
-++++ROLE_SYSTEM_STATICTEXT name='Anchor with content'
+++++ROLE_SYSTEM_LINK name='Anchor with content'
+++++++ROLE_SYSTEM_STATICTEXT name='Anchor with content'
++IA2_ROLE_PARAGRAPH
-++++ROLE_SYSTEM_STATICTEXT name='Anchor with ID'
+++++ROLE_SYSTEM_LINK name='Anchor with ID'
+++++++ROLE_SYSTEM_STATICTEXT name='Anchor with ID'
++IA2_ROLE_PARAGRAPH
++++ROLE_SYSTEM_STATICTEXT name='After empty span'
++IA2_ROLE_PARAGRAPH

Powered by Google App Engine
This is Rietveld 408576698