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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/clickable.html

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.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/clickable.html b/third_party/WebKit/LayoutTests/accessibility/clickable.html
index acbfe735cabd45eba93cf75dacb4d25d67867282..9f2cbc064bbc6dad6ea7685bfefe3f565949ca32 100644
--- a/third_party/WebKit/LayoutTests/accessibility/clickable.html
+++ b/third_party/WebKit/LayoutTests/accessibility/clickable.html
@@ -78,7 +78,7 @@ if (window.testRunner && window.accessibilityController) {
shouldBe("isAXElementClickable('click-listener')", "true");
shouldBe("isAXElementClickable('mousedown-listener')", "true");
- shouldBe("axRole('empty-anchor')", "'AXRole: AXUnknown'");
+ shouldBe("axRole('empty-anchor')", "'AXRole: AXAnchor'");
shouldBe("axRole('href-anchor')", "'AXRole: AXLink'");
shouldBe("axRole('onclick-anchor')", "'AXRole: AXLink'");
shouldBe("axRole('click-listener-anchor')", "'AXRole: AXLink'");

Powered by Google App Engine
This is Rietveld 408576698