Index: third_party/WebKit/LayoutTests/accessibility/radio-button-title-label-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/accessibility/radio-button-title-label-expected.txt b/third_party/WebKit/LayoutTests/accessibility/radio-button-title-label-expected.txt |
index fac2f2c79b8e9f07e8e0e383b176209b4d32feb0..dc250f651783872da7319bd749b9eff3e0e1c76d 100644 |
--- a/third_party/WebKit/LayoutTests/accessibility/radio-button-title-label-expected.txt |
+++ b/third_party/WebKit/LayoutTests/accessibility/radio-button-title-label-expected.txt |
@@ -3,14 +3,14 @@ This test checks that radio buttons expose title ui elements correctly under a v |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS focusedElement.deprecatedTitle is 'AXTitle: LABEL' |
-PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true |
-PASS focusedElement.deprecatedDescription is 'AXDescription: LABEL2a' |
-PASS focusedElement.deprecatedTitle is 'AXTitle: ' |
-PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true |
-PASS focusedElement.deprecatedDescription is 'AXDescription: radio3' |
-PASS focusedElement.deprecatedTitle is 'AXTitle: ' |
-PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true |
+PASS focusedElement.name is 'LABEL' |
+PASS !titleUIElement || titleUIElement.name == '' is true |
+PASS focusedElement.name is 'LABEL2a' |
+PASS focusedElement.description is '' |
+PASS !titleUIElement || titleUIElement.name == '' is true |
+PASS focusedElement.name is 'radio3' |
+PASS focusedElement.description is '' |
+PASS !titleUIElement || titleUIElement.name == '' is true |
PASS successfullyParsed is true |
TEST COMPLETE |