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

Unified Diff: LayoutTests/accessibility/spinbutton-value.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/spinbutton-value.html
diff --git a/LayoutTests/accessibility/spinbutton-value.html b/LayoutTests/accessibility/spinbutton-value.html
index 47e2a435604b02ec880b2c1d4eb9897e5760e44b..1e613005935ce10516ebba82335bf00b3aa04606 100644
--- a/LayoutTests/accessibility/spinbutton-value.html
+++ b/LayoutTests/accessibility/spinbutton-value.html
@@ -41,7 +41,7 @@ if (window.testRunner && window.accessibilityController) {
// Make sure the title doesn't come from the inner text. It should just be empty if
// not otherwise specified.
- shouldBe("axSpin.title", "axUntitled.title");
+ shouldBe("axSpin.deprecatedTitle", "axUntitled.deprecatedTitle");
}
</script>
« no previous file with comments | « LayoutTests/accessibility/secure-textfield-title-ui.html ('k') | LayoutTests/accessibility/spinbutton-value-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698