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

Unified Diff: LayoutTests/accessibility/focusable-div-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/focusable-div-expected.txt
diff --git a/LayoutTests/accessibility/focusable-div-expected.txt b/LayoutTests/accessibility/focusable-div-expected.txt
index dc48038d64a8be5bf423c76958c3c85242f05da7..8e5c8bee446e1250bb01e82c576433aeb955d2ab 100644
--- a/LayoutTests/accessibility/focusable-div-expected.txt
+++ b/LayoutTests/accessibility/focusable-div-expected.txt
@@ -12,23 +12,23 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS document.activeElement == link is true
-PASS lastChar(axLink.title) is "A"
+PASS lastChar(axLink.deprecatedTitle) is "A"
PASS document.activeElement == div is true
-PASS lastChar(axDiv.title) is "B"
+PASS lastChar(axDiv.deprecatedTitle) is "B"
PASS document.activeElement == div2 is true
-PASS lastChar(axDiv2.title) is "C"
+PASS lastChar(axDiv2.deprecatedTitle) is "C"
PASS document.activeElement == div3 is true
-PASS lastChar(axDiv3.description) is "D"
+PASS lastChar(axDiv3.deprecatedDescription) is "D"
PASS document.activeElement == div4 is true
-PASS axDiv4.title.indexOf('Link') is -1
+PASS axDiv4.deprecatedTitle.indexOf('Link') is -1
PASS document.activeElement == div5 is true
-PASS axDiv5.title.indexOf('Link') is -1
-PASS axDiv5.title.indexOf('Initial text before link') >= 0 is true
+PASS axDiv5.deprecatedTitle.indexOf('Link') is -1
+PASS axDiv5.deprecatedTitle.indexOf('Initial text before link') >= 0 is true
PASS document.activeElement == div6 is true
-PASS axDiv6.title.indexOf('List item') is -1
+PASS axDiv6.deprecatedTitle.indexOf('List item') is -1
PASS document.activeElement == div7 is true
-PASS axDiv7.title.indexOf('List item') is -1
-PASS axDiv7.title.indexOf('Initial text before list') >= 0 is true
+PASS axDiv7.deprecatedTitle.indexOf('List item') is -1
+PASS axDiv7.deprecatedTitle.indexOf('Initial text before list') >= 0 is true
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/accessibility/focusable-div.html ('k') | LayoutTests/accessibility/image-map-title-causes-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698