| 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.name is 'option 1' | 9 PASS firstChild.name is 'option 1' |
| 10 secondChild.role is AXRole: AXListBoxOption | 10 secondChild.role is AXRole: AXListBoxOption |
| 11 PASS secondChild.name is 'label 2' | 11 PASS secondChild.name is '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 firstChild.isFocusable is true |
| 14 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
| 15 | 16 |
| 16 TEST COMPLETE | 17 TEST COMPLETE |
| 17 | 18 |
| OLD | NEW |