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

Unified Diff: LayoutTests/accessibility/aria-option-role-expected.txt

Issue 1086753004: Switch LayoutTests to use renamed methods for deprecated text alternatives (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Re-add linux expectation Created 5 years, 6 months 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
« no previous file with comments | « LayoutTests/accessibility/aria-option-role.html ('k') | LayoutTests/accessibility/aria-tab-roles.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/aria-option-role-expected.txt
diff --git a/LayoutTests/accessibility/aria-option-role-expected.txt b/LayoutTests/accessibility/aria-option-role-expected.txt
index 66ce78ebf91fa22a101c12cae767722f0afb1064..53b7f87cc912543ced49931e07a015231e60b019 100644
--- a/LayoutTests/accessibility/aria-option-role-expected.txt
+++ b/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.title is 'AXTitle: option 1'
+PASS firstChild.deprecatedTitle is 'AXTitle: option 1'
secondChild.role is AXRole: AXListBoxOption
-PASS secondChild.description is 'AXDescription: label 2'
+PASS secondChild.deprecatedDescription is 'AXDescription: label 2'
PASS firstChild.childrenCount is 0
PASS secondChild.childrenCount is 0
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/accessibility/aria-option-role.html ('k') | LayoutTests/accessibility/aria-tab-roles.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698