Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / img-fallsback-to-title-expected.txt
blob35be43f6c9df3d52602af009323b1950a7b6061f
1     
2 test
3 test
4 This tests that images will fallback to using the title attribute if no other descriptive text is present.
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 Image1 description: AXDescription: test1
10 Image1 help: AXHelp: 
12 Image2 description: AXDescription: alt
13 Image2 help: AXHelp: test2
15 Image3 description: AXDescription: test3
16 Image3 help: AXHelp: 
18 Image4 description: AXDescription: alt
19 Image4 help: AXHelp: test4
21 PASS imagesGroup.childAtIndex(0).childrenCount is 2
22 PASS successfullyParsed is true
24 TEST COMPLETE