| Index: LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification.html
|
| diff --git a/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification.html b/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification.html
|
| index 0590fa3e23a2da439a1ea4ecaeb54523831cfec2..fe81cf33383375f86c4436646f4d7a905a919dc7 100644
|
| --- a/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification.html
|
| +++ b/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification.html
|
| @@ -16,7 +16,7 @@ function enableAccessibility()
|
| }
|
|
|
| accessibilityController.addNotificationListener(function (element, notification) {
|
| - if (notification == 'FocusedUIElementChanged' || notification == 'ValueChanged') {
|
| + if (notification == 'Focus' || notification == 'ValueChanged') {
|
| debug(notification + ' ' + element.helpText + '=' + element.valueDescription);
|
| }
|
| });
|
|
|