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

Unified Diff: LayoutTests/accessibility/secure-textfield-title-ui.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/secure-textfield-title-ui.html
diff --git a/LayoutTests/accessibility/secure-textfield-title-ui.html b/LayoutTests/accessibility/secure-textfield-title-ui.html
index 12f81e338dca8b5f14f01b88268cdf6b29ff215b..fba35b552ae3284acbc5c9c6acb7d1f122d2e86a 100644
--- a/LayoutTests/accessibility/secure-textfield-title-ui.html
+++ b/LayoutTests/accessibility/secure-textfield-title-ui.html
@@ -19,7 +19,7 @@
var pass = document.getElementById("accountpassword");
pass.focus();
- var titleUIElement = accessibilityController.focusedElement.titleUIElement();
+ var titleUIElement = accessibilityController.focusedElement.deprecatedTitleUIElement();
var titleText = titleUIElement.childAtIndex(0);
if (titleText.stringValue == "AXValue: Password") {
result.innerText += "Test passed\n";
« no previous file with comments | « LayoutTests/accessibility/radio-button-title-label-expected.txt ('k') | LayoutTests/accessibility/spinbutton-value.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698