Index: third_party/WebKit/LayoutTests/accessibility/menu-list-open.html |
diff --git a/third_party/WebKit/LayoutTests/accessibility/menu-list-open.html b/third_party/WebKit/LayoutTests/accessibility/menu-list-open.html |
index 1424f79150a963449e39ead7d6c82d4d44007dd7..15ce9c86e42df67f563e940172a76f1c63a8d263 100644 |
--- a/third_party/WebKit/LayoutTests/accessibility/menu-list-open.html |
+++ b/third_party/WebKit/LayoutTests/accessibility/menu-list-open.html |
@@ -17,7 +17,7 @@ async_test(function(t) |
accessibilityController.addNotificationListener(function listener(element, notification) { |
if (notification == "Focus") { |
assert_equals(element.role, "AXRole: AXMenuListOption"); |
- assert_equals(element.stringValue, "AXValue: Alicia"); |
+ assert_equals(element.name, "Alicia"); |
t.done(); |
} |
}); |