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

Unified Diff: LayoutTests/accessibility/canvas-fallback-content-labels.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-labels.html
diff --git a/LayoutTests/accessibility/canvas-fallback-content-labels.html b/LayoutTests/accessibility/canvas-fallback-content-labels.html
index b1f4362f5e1e37122b83408d5ac39b9320d4ec26..136eb02fd5cfabf617fe3bf282f7613a88cdf038 100644
--- a/LayoutTests/accessibility/canvas-fallback-content-labels.html
+++ b/LayoutTests/accessibility/canvas-fallback-content-labels.html
@@ -81,8 +81,8 @@ if (window.testRunner && window.accessibilityController) {
return;
}
shouldBe("axElement2.role", "axElement1.role");
- shouldBe("collapseWhitespace(axElement2.title)", "collapseWhitespace(axElement1.title)");
- shouldBe("axElement2.titleUIElement", "axElement1.titleUIElement");
+ shouldBe("collapseWhitespace(axElement2.deprecatedTitle)", "collapseWhitespace(axElement1.deprecatedTitle)");
+ shouldBe("axElement2.deprecatedTitleUIElement", "axElement1.deprecatedTitleUIElement");
debug("");
}

Powered by Google App Engine
This is Rietveld 408576698