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

Unified Diff: content/test/data/accessibility/html/in-page-links-expected-android.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-android.txt
diff --git a/content/test/data/accessibility/html/in-page-links-expected-android.txt b/content/test/data/accessibility/html/in-page-links-expected-android.txt
index 3e0d948859ab8dc25c307e2a256509c9d804d524..0666c23f77a715c15d208451acbf0ad9f5985e06 100644
--- a/content/test/data/accessibility/html/in-page-links-expected-android.txt
+++ b/content/test/data/accessibility/html/in-page-links-expected-android.txt
@@ -5,9 +5,13 @@ android.webkit.WebView focusable focused scrollable
++android.view.View role_description='link' clickable focusable link name='Empty span'
++android.view.View role_description='link' clickable focusable link name='Span with content'
++android.view.View role_description='link' clickable focusable link name='Paragraph with content'
-++android.view.View name='After empty anchor'
-++android.view.View name='Anchor with content'
-++android.view.View name='Anchor with ID'
+++android.view.View
+++++android.view.View clickable
+++++android.view.View name='After empty anchor'
+++android.view.View
+++++android.view.View clickable name='Anchor with content'
+++android.view.View
+++++android.view.View clickable name='Anchor with ID'
++android.view.View name='After empty span'
++android.view.View name='Span with content'
++android.view.View name='Paragraph with content'

Powered by Google App Engine
This is Rietveld 408576698