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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/img-fallsback-to-title-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/img-fallsback-to-title-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/img-fallsback-to-title-expected.txt b/third_party/WebKit/LayoutTests/accessibility/img-fallsback-to-title-expected.txt
index 35be43f6c9df3d52602af009323b1950a7b6061f..8c795541ff705ac08c8fd06f4388bda4f8184603 100644
--- a/third_party/WebKit/LayoutTests/accessibility/img-fallsback-to-title-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/img-fallsback-to-title-expected.txt
@@ -6,17 +6,17 @@ This tests that images will fallback to using the title attribute if no other de
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-Image1 description: AXDescription: test1
-Image1 help: AXHelp:
+Image1 name: test1
+Image1 description:
-Image2 description: AXDescription: alt
-Image2 help: AXHelp: test2
+Image2 name: alt
+Image2 description: test2
-Image3 description: AXDescription: test3
-Image3 help: AXHelp:
+Image3 name: test3
+Image3 description:
-Image4 description: AXDescription: alt
-Image4 help: AXHelp: test4
+Image4 name: test4
+Image4 description:
PASS imagesGroup.childAtIndex(0).childrenCount is 2
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698