| Index: LayoutTests/accessibility/img-alt-tag-only-whitespace.html
|
| diff --git a/LayoutTests/accessibility/img-alt-tag-only-whitespace.html b/LayoutTests/accessibility/img-alt-tag-only-whitespace.html
|
| index d9db5fd508316bb5bd0c42400371e08ec6b54f7f..444839affa38927d995092f989c10fadd37f4333 100644
|
| --- a/LayoutTests/accessibility/img-alt-tag-only-whitespace.html
|
| +++ b/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).description);
|
| + console.log("Image description: " + imagesGroup.childAtIndex(2).deprecatedDescription);
|
| }
|
|
|
| </script>
|
|
|