| Index: LayoutTests/accessibility/aria-help.html
|
| diff --git a/LayoutTests/accessibility/aria-help.html b/LayoutTests/accessibility/aria-help.html
|
| index b9f4f96a5ae45f1329f2560d43d9039aa571e8b4..c9465785baf5dcb414dfcc6ffd605ba182dda633 100644
|
| --- a/LayoutTests/accessibility/aria-help.html
|
| +++ b/LayoutTests/accessibility/aria-help.html
|
| @@ -20,7 +20,7 @@ button
|
|
|
| document.getElementById("button").focus();
|
| var button = accessibilityController.focusedElement;
|
| - shouldBe("button.helpText", "'AXHelp: click here'");
|
| + shouldBe("button.deprecatedHelpText", "'AXHelp: click here'");
|
| }
|
|
|
| </script>
|
|
|