| Index: third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification.html b/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification.html
|
| index c3b95109d895572f3ce24c29ba6e9f46c023feb7..0fe3230eb169e5fb679f0f4ebde1f8ad8fa3ff5d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification.html
|
| @@ -17,7 +17,7 @@ function enableAccessibility()
|
|
|
| accessibilityController.addNotificationListener(function (element, notification) {
|
| if (notification == 'Focus' || notification == 'ValueChanged') {
|
| - debug(notification + ' ' + element.deprecatedHelpText + '=' + element.valueDescription);
|
| + debug(notification + ' ' + element.description + '=' + element.valueDescription);
|
| }
|
| });
|
| }
|
|
|