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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/image-map1-expected.txt

Issue 1417213006: Switch all LayoutTests to use new AX name calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix canvas-fallback-content-labels-expected.txt Created 5 years, 1 month 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: third_party/WebKit/LayoutTests/accessibility/image-map1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/image-map1-expected.txt b/third_party/WebKit/LayoutTests/accessibility/image-map1-expected.txt
index 6d22ddceb3d90a3d0e9ef0180ba85312036bed2c..27aa4fd7d4da5d60491b508f57d079e663ed4dff 100644
--- a/third_party/WebKit/LayoutTests/accessibility/image-map1-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/image-map1-expected.txt
@@ -4,12 +4,12 @@ This tests that you can reach the links within an image map.
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).deprecatedTitle is 'AXTitle: Link1'
-PASS body.childAtIndex(4).role is 'AXRole: AXLink'
-PASS body.childAtIndex(4).deprecatedTitle is 'AXTitle: Link2'
-PASS body.childAtIndex(5).role is 'AXRole: AXLink'
-PASS body.childAtIndex(5).deprecatedTitle is 'AXTitle: Link3'
+PASS body.childAtIndex(0).role is 'AXRole: AXLink'
+PASS body.childAtIndex(0).name is 'Link1'
+PASS body.childAtIndex(1).role is 'AXRole: AXLink'
+PASS body.childAtIndex(1).name is 'Link2'
+PASS body.childAtIndex(2).role is 'AXRole: AXLink'
+PASS body.childAtIndex(2).name is 'Link3'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698