| OLD | NEW |
| 1 option 1 | 1 option 1 |
| 2 option 2 | 2 option 2 |
| 3 This tests that the aria 'option' role works as expected. That is, it becomes a
static text element with no children. | 3 This tests that the aria 'option' role works as expected. That is, it becomes a
static text element with no children. |
| 4 | 4 |
| 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 6 | 6 |
| 7 | 7 |
| 8 firstChild.role is AXRole: AXListBoxOption | 8 firstChild.role is AXRole: AXListBoxOption |
| 9 PASS firstChild.title is 'AXTitle: option 1' | 9 PASS firstChild.deprecatedTitle is 'AXTitle: option 1' |
| 10 secondChild.role is AXRole: AXListBoxOption | 10 secondChild.role is AXRole: AXListBoxOption |
| 11 PASS secondChild.description is 'AXDescription: label 2' | 11 PASS secondChild.deprecatedDescription is 'AXDescription: label 2' |
| 12 PASS firstChild.childrenCount is 0 | 12 PASS firstChild.childrenCount is 0 |
| 13 PASS secondChild.childrenCount is 0 | 13 PASS secondChild.childrenCount is 0 |
| 14 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
| 15 | 15 |
| 16 TEST COMPLETE | 16 TEST COMPLETE |
| 17 | 17 |
| OLD | NEW |