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

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

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 years, 1 month 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 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
10 AXRole: AXGroup AXValue: 10 AXRole: AXGroup "Choose a shipping method:"
11 AXRole: AXLegend AXValue: << fieldset's titleUIElement 11 AXRole: AXLegend << fieldset's titleUIElement
12 AXRole: AXStaticText AXValue: Choose a shipping method: 12 AXRole: AXStaticText "Choose a shipping method:"
13 AXRole: AXInlineTextBox AXValue: Choose a shipping method: 13 AXRole: AXInlineTextBox "Choose a shipping method:"
14 AXRole: AXGroup AXValue: 14 AXRole: AXGroup
15 AXRole: AXRadioButton AXValue: 15 AXRole: AXRadioButton
16 AXRole: AXStaticText AXValue: Overnight 16 AXRole: AXStaticText "Overnight"
17 AXRole: AXInlineTextBox AXValue: Overnight 17 AXRole: AXInlineTextBox "Overnight"
18 AXRole: AXDiv AXValue: 18 AXRole: AXDiv
19 AXRole: AXStaticText AXValue: End of test 19 AXRole: AXStaticText "End of test"
20 PASS titleUIElement != null is true 20 PASS titleUIElement != null is true
21 PASS titleUIElementText.stringValue is 'AXValue: Choose a shipping method:' 21 PASS titleUIElementText.name is 'Choose a shipping method:'
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