Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: third_party/WebKit/LayoutTests/accessibility/radio-button-title-label-expected.txt

Issue 1417213006: Switch all LayoutTests to use new AX name calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix canvas-fallback-content-labels-expected.txt Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698