| Index: third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html b/third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html
|
| index 0cb36f3e754bd865f7291ec914a42f78ab4b6482..227b46aa689843bf97f602caff8b1525ba97b530 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html
|
| @@ -15,7 +15,7 @@ if (!window.accessibilityController || !window.eventSender)
|
| else {
|
| accessibilityController.addNotificationListener(function (element, notification) {
|
| if (notification == 'Focus' || notification == 'ValueChanged') {
|
| - debug(notification + ' ' + element.deprecatedHelpText + '=' + element.valueDescription);
|
| + debug(notification + ' ' + element.description + '=' + element.valueDescription);
|
| }
|
| });
|
|
|
|
|