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

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

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase Created 3 years, 7 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
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 9 AXRole: AXWebArea
10 AXRole: AXGroup "Choose a shipping method:" 10 AXRole: AXGroup "Choose a shipping method:"
11 AXRole: AXLegend << fieldset's titleUIElement 11 AXRole: AXLegend << fieldset's titleUIElement
12 AXRole: AXStaticText "Choose a shipping method:" 12 AXRole: AXStaticText "Choose a shipping method:"
13 AXRole: AXInlineTextBox "Choose a shipping method:" 13 AXRole: AXInlineTextBox "Choose a shipping method:"
14 AXRole: AXGroup 14 AXRole: AXGroup
15 AXRole: AXRadioButton 15 AXRole: AXRadioButton
16 AXRole: AXStaticText "Overnight" 16 AXRole: AXStaticText "Overnight"
17 AXRole: AXInlineTextBox "Overnight" 17 AXRole: AXInlineTextBox "Overnight"
18 AXRole: AXDiv 18 AXRole: AXGenericContainer
19 AXRole: AXStaticText "End of test" 19 AXRole: AXStaticText "End of test"
20 PASS titleUIElement != null is true 20 PASS titleUIElement != null is true
21 PASS titleUIElementText.name is '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