summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/accessibility/radio-button-title-label-expected.txt
blob: 662a27e92f4dcf621b245028785af9acd135f28a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This test checks that radio buttons expose title ui elements correctly under a variety of cirmcumstances. In general, the should disappear and act as the title for the radio button.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS focusedElement.title is 'AXTitle: LABEL'
PASS !titleUIElement || titleUIElement.title == 'AXTitle: ' is true
PASS focusedElement.description is 'AXDescription: LABEL2a'
PASS focusedElement.title is 'AXTitle: '
PASS !titleUIElement || titleUIElement.title == 'AXTitle: ' is true
PASS focusedElement.description is 'AXDescription: radio3'
PASS focusedElement.title is 'AXTitle: '
PASS !titleUIElement || titleUIElement.title == 'AXTitle: ' is true
PASS successfullyParsed is true

TEST COMPLETE
Test
LABEL  Test
LABEL2
LABEL2a
Test
LABEL3