| Index: LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html
|
| diff --git a/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html b/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html
|
| index 39790a293b512094cf0861007971145d41f6e5bc..2e99769c60130db90e7a972d15c09dffe03f02d1 100644
|
| --- a/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html
|
| +++ b/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html
|
| @@ -14,7 +14,7 @@ if (!window.accessibilityController || !window.eventSender)
|
| debug("Please run inside DRT or WRT.");
|
| else {
|
| accessibilityController.addNotificationListener(function (element, notification) {
|
| - if (notification == 'FocusedUIElementChanged' || notification == 'ValueChanged') {
|
| + if (notification == 'Focus' || notification == 'ValueChanged') {
|
| debug(notification + ' ' + element.helpText + '=' + element.valueDescription);
|
| }
|
| });
|
|
|