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