Index: third_party/WebKit/LayoutTests/accessibility/aria-text-role.html |
diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-text-role.html b/third_party/WebKit/LayoutTests/accessibility/aria-text-role.html |
index 637355f63d5e62198b3f8b129e94620c5dc276fa..9b12db83166c968779217eb03294b207b69c73f1 100644 |
--- a/third_party/WebKit/LayoutTests/accessibility/aria-text-role.html |
+++ b/third_party/WebKit/LayoutTests/accessibility/aria-text-role.html |
@@ -23,7 +23,7 @@ |
document.getElementById("textrole").focus(); |
var textrole = accessibilityController.focusedElement; |
shouldBe("textrole.role", "'AXRole: AXStaticText'"); |
- shouldBe("textrole.stringValue", "'AXValue: all at once'"); |
+ shouldBe("textrole.name", "'all at once'"); |
// now check the hit-testing |
var x = textrole.clickPointX; |