diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html b/third_party/WebKit/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html index 33f8d86..ab1be04 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html +++ b/third_party/WebKit/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); } }); |