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

Side by Side Diff: LayoutTests/accessibility/legend-expected.txt

Issue 23983002: Expose InlineTextBoxes in the accessibility tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 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 | Annotate | Revision Log
OLDNEW
1 Choose a shipping method: 1 Choose a shipping method:
2 Overnight 2 Overnight
3 End of test 3 End of test
4 This tests that a fieldset's title ui element is the legend. 4 This tests that a fieldset's title ui element is the legend.
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 AXRole: AXWebArea AXValue: 9 AXRole: AXWebArea AXValue:
10 AXRole: AXGroup AXValue: 10 AXRole: AXGroup AXValue:
11 AXRole: AXLegend AXValue: << fieldset's titleUIElement 11 AXRole: AXLegend AXValue: << fieldset's titleUIElement
12 AXRole: AXStaticText AXValue: Choose a shipping method: 12 AXRole: AXStaticText AXValue: Choose a shipping method:
13 AXRole: AXInlineTextBox AXValue: Choose a shipping method:
13 AXRole: AXGroup AXValue: 14 AXRole: AXGroup AXValue:
14 AXRole: AXRadioButton AXValue: 15 AXRole: AXRadioButton AXValue:
15 AXRole: AXStaticText AXValue: Overnight 16 AXRole: AXStaticText AXValue: Overnight
17 AXRole: AXInlineTextBox AXValue: Overnight
16 AXRole: AXDiv AXValue: 18 AXRole: AXDiv AXValue:
17 AXRole: AXStaticText AXValue: End of test 19 AXRole: AXStaticText AXValue: End of test
18 PASS titleUIElement != null is true 20 PASS titleUIElement != null is true
19 PASS titleUIElementText.stringValue is 'AXValue: Choose a shipping method:' 21 PASS titleUIElementText.stringValue is 'AXValue: Choose a shipping method:'
20 PASS successfullyParsed is true 22 PASS successfullyParsed is true
21 23
22 TEST COMPLETE 24 TEST COMPLETE
23 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698