Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / legend-expected.txt
blob47ae9b56941b8c6f57a0fd7086921c02098e3bf4
1 Choose a shipping method:
2 Overnight
3 End of test
4 This tests that a fieldset's title ui element is the legend.
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 AXRole: AXWebArea AXValue: 
10     AXRole: AXGroup AXValue: 
11         AXRole: AXLegend AXValue:      << fieldset's titleUIElement
12             AXRole: AXStaticText AXValue: Choose a shipping method:
13                 AXRole: AXInlineTextBox AXValue: Choose a shipping method:
14         AXRole: AXGroup AXValue: 
15             AXRole: AXRadioButton AXValue: 
16             AXRole: AXStaticText AXValue: Overnight
17                 AXRole: AXInlineTextBox AXValue: Overnight
18     AXRole: AXDiv AXValue: 
19         AXRole: AXStaticText AXValue: End of test
20 PASS titleUIElement != null is true
21 PASS titleUIElementText.stringValue is 'AXValue: Choose a shipping method:'
22 PASS successfullyParsed is true
24 TEST COMPLETE