| Index: LayoutTests/accessibility/spinbutton-value.html
|
| diff --git a/LayoutTests/accessibility/spinbutton-value.html b/LayoutTests/accessibility/spinbutton-value.html
|
| index 47e2a435604b02ec880b2c1d4eb9897e5760e44b..1e613005935ce10516ebba82335bf00b3aa04606 100644
|
| --- a/LayoutTests/accessibility/spinbutton-value.html
|
| +++ b/LayoutTests/accessibility/spinbutton-value.html
|
| @@ -41,7 +41,7 @@ if (window.testRunner && window.accessibilityController) {
|
|
|
| // Make sure the title doesn't come from the inner text. It should just be empty if
|
| // not otherwise specified.
|
| - shouldBe("axSpin.title", "axUntitled.title");
|
| + shouldBe("axSpin.deprecatedTitle", "axUntitled.deprecatedTitle");
|
| }
|
|
|
| </script>
|
|
|