Index: LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html |
diff --git a/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html b/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html |
index 33f8d861da018ba2ff2755c3edddf41570372a9c..ab1be04924f07ee494341105636dc0c9a8b784d9 100644 |
--- a/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html |
+++ b/LayoutTests/fast/forms/month-multiple-fields/month-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); |
} |
}); |