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

Unified Diff: LayoutTests/accessibility/canvas-fallback-content-2.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/canvas-fallback-content-2.html
diff --git a/LayoutTests/accessibility/canvas-fallback-content-2.html b/LayoutTests/accessibility/canvas-fallback-content-2.html
index f3d31f80cee80c18829f77afd6f6273d72e845ee..714bba26025b1b0b556c1bcfdf2f74658076be56 100644
--- a/LayoutTests/accessibility/canvas-fallback-content-2.html
+++ b/LayoutTests/accessibility/canvas-fallback-content-2.html
@@ -73,9 +73,9 @@ if (window.testRunner && window.accessibilityController) {
shouldBe("axElement2.role", "axElement1.role");
shouldBe("axElement2.roleDescription", "axElement1.roleDescription");
- shouldBe("axElement2.title", "axElement1.title");
- shouldBe("axElement2.description", "axElement1.description");
- shouldBe("axElement2.helpText", "axElement1.helpText");
+ shouldBe("axElement2.deprecatedTitle", "axElement1.deprecatedTitle");
+ shouldBe("axElement2.deprecatedDescription", "axElement1.deprecatedDescription");
+ shouldBe("axElement2.deprecatedHelpText", "axElement1.deprecatedHelpText");
shouldBe("axElement2.stringValue", "axElement1.stringValue");
shouldBe("axElement2.isEnabled", "axElement1.isEnabled");
shouldBe("axElement2.isRequired", "axElement1.isRequired");

Powered by Google App Engine
This is Rietveld 408576698