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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/clickable-expected.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: third_party/WebKit/LayoutTests/accessibility/clickable-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/clickable-expected.txt b/third_party/WebKit/LayoutTests/accessibility/clickable-expected.txt
index 1917967fffb1cea67ec0cf75b4bf682f664b0c59..4efe81f1c4d57b8c78355830d3ae76a74fb426b2 100644
--- a/third_party/WebKit/LayoutTests/accessibility/clickable-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/clickable-expected.txt
@@ -25,7 +25,7 @@ PASS isAXElementClickable('onclick') is true
PASS isAXElementClickable('keydown-listener') is false
PASS isAXElementClickable('click-listener') is true
PASS isAXElementClickable('mousedown-listener') is true
-PASS axRole('empty-anchor') is 'AXRole: AXUnknown'
+PASS axRole('empty-anchor') is 'AXRole: AXAnchor'
PASS axRole('href-anchor') is 'AXRole: AXLink'
PASS axRole('onclick-anchor') is 'AXRole: AXLink'
PASS axRole('click-listener-anchor') is 'AXRole: AXLink'

Powered by Google App Engine
This is Rietveld 408576698