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

Unified Diff: LayoutTests/accessibility/whitespace-in-name-calc.html

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/whitespace-in-name-calc.html
diff --git a/LayoutTests/accessibility/whitespace-in-name-calc.html b/LayoutTests/accessibility/whitespace-in-name-calc.html
index ae2b3b6b4717c2d5da71b521c391c49ab4912caf..11fd349a5108b557e6137d44c72efdce6ebb8435 100644
--- a/LayoutTests/accessibility/whitespace-in-name-calc.html
+++ b/LayoutTests/accessibility/whitespace-in-name-calc.html
@@ -42,7 +42,7 @@ if (window.testRunner && window.accessibilityController) {
function accessibleTitle(id) {
var axObject = accessibilityController.accessibleElementById(id);
- return axObject.title.replace('AXTitle: ', '');
+ return axObject.deprecatedTitle.replace('AXTitle: ', '');
}
shouldBe('accessibleTitle("n1")', '"HelloWorld"');

Powered by Google App Engine
This is Rietveld 408576698