Index: third_party/WebKit/LayoutTests/accessibility/img-alt-tag-only-whitespace.html |
diff --git a/third_party/WebKit/LayoutTests/accessibility/img-alt-tag-only-whitespace.html b/third_party/WebKit/LayoutTests/accessibility/img-alt-tag-only-whitespace.html |
index 444839affa38927d995092f989c10fadd37f4333..5a57e284b895d8e5a2eade8d8e5eaaa459553782 100644 |
--- a/third_party/WebKit/LayoutTests/accessibility/img-alt-tag-only-whitespace.html |
+++ b/third_party/WebKit/LayoutTests/accessibility/img-alt-tag-only-whitespace.html |
@@ -23,7 +23,7 @@ |
document.getElementById("images").focus(); |
var imagesGroup = accessibilityController.focusedElement; |
shouldBe("imagesGroup.childrenCount", "4"); |
- console.log("Image description: " + imagesGroup.childAtIndex(2).deprecatedDescription); |
+ console.log("Image description: " + imagesGroup.childAtIndex(2).name); |
} |
</script> |