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

Unified Diff: LayoutTests/accessibility/spinbutton-value-expected.txt

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
« no previous file with comments | « LayoutTests/accessibility/spinbutton-value.html ('k') | LayoutTests/accessibility/svg-bounds.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/spinbutton-value-expected.txt
diff --git a/LayoutTests/accessibility/spinbutton-value-expected.txt b/LayoutTests/accessibility/spinbutton-value-expected.txt
index 0f0a46e3aa62e5a5fb19dfb5321b2657ef38344a..7727e42c421b6fa92ad3a6d12792eb4c68f2f30d 100644
--- a/LayoutTests/accessibility/spinbutton-value-expected.txt
+++ b/LayoutTests/accessibility/spinbutton-value-expected.txt
@@ -9,7 +9,7 @@ PASS endsWith(axSpin.intValue, '5') is true
PASS endsWith(axSpin.minValue, '1') is true
PASS endsWith(axSpin.maxValue, '9') is true
PASS endsWith(axSpin.valueDescription, '5 of 9') is true
-PASS axSpin.title is axUntitled.title
+PASS axSpin.deprecatedTitle is axUntitled.deprecatedTitle
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/accessibility/spinbutton-value.html ('k') | LayoutTests/accessibility/svg-bounds.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698