| Index: third_party/WebKit/LayoutTests/fast/forms/calendar-picker/week-picker-ax.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/week-picker-ax.html b/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/week-picker-ax.html
|
| index dd13df7de7131bbcc0da5dbc6b5d71894fdcc0e1..778c5da18aa7c123c944794da506b3bcc4fd5254 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/week-picker-ax.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/week-picker-ax.html
|
| @@ -13,8 +13,7 @@ description('Tests if typing an arrow key dispatches |Focus| and |ActiveDescenda
|
|
|
| window.accessibilityController.setNotificationListener(function(axnode, type) {
|
| if (type == 'Focus') {
|
| - // Remove ',' to reduce platform differences.
|
| - debug('Focused: ' + escapeHTML(accessibilityController.focusedElement.name.replace(/,/g, '')));
|
| + debug('Focused');
|
| } else if (type == 'ActiveDescendantChanged') {
|
| testPassed('Received ActiveDescendantChanged');
|
| if (++activeDescendantCounter == 2)
|
|
|