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

Unified Diff: LayoutTests/accessibility/aria-labelledby-overrides-label-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
Index: LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt
diff --git a/LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt b/LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt
index 8131868dd57c906e73daec08c60751dcaad16987..7c8fda717e75a4b4ce45b01a09332d86b7a9bee7 100644
--- a/LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt
+++ b/LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt
@@ -4,8 +4,8 @@ This tests that if aria-labelledby is used, then label elements are not used
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS text.description is 'AXDescription: Shut down computer after 10 minutes'
-PASS text.titleUIElement() != null && text.titleUIElement().isValid is false
+PASS text.deprecatedDescription is 'AXDescription: Shut down computer after 10 minutes'
+PASS text.deprecatedTitleUIElement() != null && text.deprecatedTitleUIElement().isValid is false
Label element role is: AXRole: AXLabel
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698