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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/aria-option-role-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/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

Powered by Google App Engine
This is Rietveld 408576698