Index: third_party/WebKit/LayoutTests/accessibility/aria-option-role-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-option-role-expected.txt b/third_party/WebKit/LayoutTests/accessibility/aria-option-role-expected.txt |
index 53b7f87cc912543ced49931e07a015231e60b019..125fa0929b85844ac587b8e80a9b11ce6de10ec3 100644 |
--- a/third_party/WebKit/LayoutTests/accessibility/aria-option-role-expected.txt |
+++ b/third_party/WebKit/LayoutTests/accessibility/aria-option-role-expected.txt |
@@ -6,9 +6,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
firstChild.role is AXRole: AXListBoxOption |
-PASS firstChild.deprecatedTitle is 'AXTitle: option 1' |
+PASS firstChild.name is 'option 1' |
secondChild.role is AXRole: AXListBoxOption |
-PASS secondChild.deprecatedDescription is 'AXDescription: label 2' |
+PASS secondChild.name is 'label 2' |
PASS firstChild.childrenCount is 0 |
PASS secondChild.childrenCount is 0 |
PASS successfullyParsed is true |