| OLD | NEW |
| 1 scrollbar | 1 scrollbar |
| 2 scrollbar |
| 2 This tests that the ARIA scrollbar role works correctly | 3 This tests that the ARIA scrollbar role works correctly |
| 3 | 4 |
| 4 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
". |
| 5 | 6 |
| 6 | 7 |
| 7 PASS scroller.role is 'AXRole: AXScrollBar' | 8 PASS scroller.role is 'AXRole: AXScrollBar' |
| 8 PASS scroller.intValue is 55 | 9 PASS scroller.intValue is 55 |
| 9 PASS scroller.orientation is 'AXOrientation: AXVerticalOrientation' | 10 PASS scroller.orientation is 'AXOrientation: AXVerticalOrientation' |
| 10 PASS scroller.orientation is 'AXOrientation: AXHorizontalOrientation' | 11 PASS scroller.orientation is 'AXOrientation: AXHorizontalOrientation' |
| 12 PASS scroller.role is 'AXRole: AXScrollBar' |
| 13 PASS scroller.intValue is 55 |
| 14 PASS scroller.orientation is 'AXOrientation: AXVerticalOrientation' |
| 11 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
| 12 | 16 |
| 13 TEST COMPLETE | 17 TEST COMPLETE |
| 14 | 18 |
| OLD | NEW |