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

Unified Diff: LayoutTests/accessibility/image-map1-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/image-map1-expected.txt
diff --git a/LayoutTests/accessibility/image-map1-expected.txt b/LayoutTests/accessibility/image-map1-expected.txt
index 32da03f38d27bc711d22f81e79629538ffad5738..6d22ddceb3d90a3d0e9ef0180ba85312036bed2c 100644
--- a/LayoutTests/accessibility/image-map1-expected.txt
+++ b/LayoutTests/accessibility/image-map1-expected.txt
@@ -5,11 +5,11 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS body.childAtIndex(3).role is 'AXRole: AXLink'
-PASS body.childAtIndex(3).title is 'AXTitle: Link1'
+PASS body.childAtIndex(3).deprecatedTitle is 'AXTitle: Link1'
PASS body.childAtIndex(4).role is 'AXRole: AXLink'
-PASS body.childAtIndex(4).title is 'AXTitle: Link2'
+PASS body.childAtIndex(4).deprecatedTitle is 'AXTitle: Link2'
PASS body.childAtIndex(5).role is 'AXRole: AXLink'
-PASS body.childAtIndex(5).title is 'AXTitle: Link3'
+PASS body.childAtIndex(5).deprecatedTitle is 'AXTitle: Link3'
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/accessibility/image-map1.html ('k') | LayoutTests/accessibility/img-alt-tag-only-whitespace.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698