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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/img-fallsback-to-title-expected.txt

Issue 2382083002: Make LayoutTests ambivalent of of anonymous blocks (Closed)
Patch Set: Created 4 years, 2 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 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 name: test1 9 Image1 name: test1
10 Image1 description: 10 Image1 description:
11 11
12 Image2 name: alt 12 Image2 name: alt
13 Image2 description: test2 13 Image2 description: test2
14 14
15 Image3 name: test3 15 Image3 name: test3
16 Image3 description: 16 Image3 description:
17 17
18 Image4 name: test4 18 Image4 name: test4
19 Image4 description: 19 Image4 description:
20 20
21 PASS imagesGroup.childAtIndex(0).childrenCount is 2 21 PASS accessibilityController.accessibleElementById('img-ignored') is undefined
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