| 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'");
|
|
|