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

Unified Diff: LayoutTests/accessibility/aria-toggle-button-with-title-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
Index: LayoutTests/accessibility/aria-toggle-button-with-title-expected.txt
diff --git a/LayoutTests/accessibility/aria-toggle-button-with-title-expected.txt b/LayoutTests/accessibility/aria-toggle-button-with-title-expected.txt
index 53f4a4a101c22fcaab1f4aa2015ec5b9a71387ab..fdd5929b07ca575229e1131cdc301cfb5eeb48bf 100644
--- a/LayoutTests/accessibility/aria-toggle-button-with-title-expected.txt
+++ b/LayoutTests/accessibility/aria-toggle-button-with-title-expected.txt
@@ -9,7 +9,7 @@ PASS successfullyParsed is true
TEST COMPLETE
Role: AXRole: AXToggleButton
-PASS tbutton1.title is 'AXTitle: Toggle button'
+PASS tbutton1.deprecatedTitle is 'AXTitle: Toggle button'
Role: AXRole: AXButton
-PASS button.title is 'AXTitle: Button title'
+PASS button.deprecatedTitle is 'AXTitle: Button title'

Powered by Google App Engine
This is Rietveld 408576698