Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / listitem-presentation-inherited-expected.txt
blobb0165203c55a3b89d40ee5d8ff301953dac7f9c7
1 Item 1
2 Item 2
3 Item 3
4 Plain Text 1
5 Plain Text 2
6 Plain Text 3
7 End of test
9 This tests that the presentation role is inherited.
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
14 AXRole: AXWebArea AXValue: 
15     AXRole: AXListItem AXValue: 
16         AXRole: AXListMarker AXValue: •
17         AXRole: AXStaticText AXValue: Item 1
18             AXRole: AXInlineTextBox AXValue: Item 1
19     AXRole: AXListItem AXValue: 
20         AXRole: AXListMarker AXValue: •
21         AXRole: AXStaticText AXValue: Item 2
22             AXRole: AXInlineTextBox AXValue: Item 2
23     AXRole: AXListItem AXValue: 
24         AXRole: AXListMarker AXValue: •
25         AXRole: AXStaticText AXValue: Item 3
26             AXRole: AXInlineTextBox AXValue: Item 3
27     AXRole: AXStaticText AXValue: Plain Text 1
28         AXRole: AXInlineTextBox AXValue: Plain Text 1
29     AXRole: AXStaticText AXValue: Plain Text 2
30         AXRole: AXInlineTextBox AXValue: Plain Text 2
31     AXRole: AXStaticText AXValue: Plain Text 3
32         AXRole: AXInlineTextBox AXValue: Plain Text 3
33     AXRole: AXParagraph AXValue: 
34         AXRole: AXStaticText AXValue: End of test
35 PASS successfullyParsed is true
37 TEST COMPLETE