| Index: LayoutTests/accessibility/img-aria-button-alt-tag.html
|
| diff --git a/LayoutTests/accessibility/img-aria-button-alt-tag.html b/LayoutTests/accessibility/img-aria-button-alt-tag.html
|
| index d60ff4e550f8a4155b94d654eb6901268f8a3518..5812bcf7e57bfd3c9a46306124720ad398d99958 100644
|
| --- a/LayoutTests/accessibility/img-aria-button-alt-tag.html
|
| +++ b/LayoutTests/accessibility/img-aria-button-alt-tag.html
|
| @@ -21,7 +21,7 @@
|
|
|
| var body = document.getElementById("body").focus();
|
| var imgUIElement = accessibilityController.focusedElement.childAtIndex(0).childAtIndex(0);
|
| - shouldBe("imgUIElement.description", "'AXDescription: alternate'");
|
| + shouldBe("imgUIElement.deprecatedDescription", "'AXDescription: alternate'");
|
| }
|
| </script>
|
|
|
|
|