Index: third_party/WebKit/LayoutTests/accessibility/inline-text-word-boundaries.html |
diff --git a/third_party/WebKit/LayoutTests/accessibility/inline-text-word-boundaries.html b/third_party/WebKit/LayoutTests/accessibility/inline-text-word-boundaries.html |
index 9fe64f43df7c9df437aad9b073a6d9d450ba4d35..8bc5cbe1a2d89ecda2b3e2fde5d63b9a73e01c79 100644 |
--- a/third_party/WebKit/LayoutTests/accessibility/inline-text-word-boundaries.html |
+++ b/third_party/WebKit/LayoutTests/accessibility/inline-text-word-boundaries.html |
@@ -25,7 +25,7 @@ Ace ten twenty-one thirty-five. xxxxxxxxxxxxxxxxxxx |
if (window.accessibilityController) { |
var axParagraph = accessibilityController.accessibleElementById('paragraph'); |
var axStaticText = axParagraph.childAtIndex(0); |
- var text = axStaticText.stringValue.substr(9); |
+ var text = axStaticText.name; |
debug("Accessible text: \"" + text + "\""); |
for (var i = 0; i < text.length; i++) { |