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

Side by Side 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 unified diff | Download patch
OLDNEW
1 1
2 test 2 test
3 test 3 test
4 This tests that images will fallback to using the title attribute if no other de scriptive text is present. 4 This tests that images will fallback to using the title attribute if no other de scriptive text is present.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 Image1 description: AXDescription: test1 9 Image1 name: test1
10 Image1 help: AXHelp: 10 Image1 description:
11 11
12 Image2 description: AXDescription: alt 12 Image2 name: alt
13 Image2 help: AXHelp: test2 13 Image2 description: test2
14 14
15 Image3 description: AXDescription: test3 15 Image3 name: test3
16 Image3 help: AXHelp: 16 Image3 description:
17 17
18 Image4 description: AXDescription: alt 18 Image4 name: test4
19 Image4 help: AXHelp: test4 19 Image4 description:
20 20
21 PASS imagesGroup.childAtIndex(0).childrenCount is 2 21 PASS imagesGroup.childAtIndex(0).childrenCount is 2
22 PASS successfullyParsed is true 22 PASS successfullyParsed is true
23 23
24 TEST COMPLETE 24 TEST COMPLETE
25 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698