Index: LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification.html |
diff --git a/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification.html b/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification.html |
index 80d98d8964a64bcffade7d46d43742f2ecc6e27e..40055cf7a563a39b29d5d6677ce30131ac3b9e4c 100644 |
--- a/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification.html |
+++ b/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-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); |
} |
}); |