blob: 33d48b0cd0f7a7ed533b875f515e207df953497f [file] [edit]
This tests that input type='number' exposes the accessibility of it's stepper correctly
PASS: textfield.childrenCount === 1
PASS: incrementor.role === 'AXRole: AXIncrementor'
PASS: incrementor.width > 0 === true
PASS: incrementor.height > 0 === true
PASS: incrementor.childrenCount === 2
PASS: incrementor.childAtIndex(0).role === 'AXRole: AXIncrementorArrow'
PASS: incrementor.childAtIndex(0).subrole === 'AXSubrole: AXIncrementArrow'
PASS: incrementor.childAtIndex(0).width > 0 === true
PASS: incrementor.childAtIndex(0).height > 0 === true
PASS: incrementor.childAtIndex(0).isEnabled === true
PASS: textfield.stringValue === 'AXValue: 1'
PASS: incrementor.childAtIndex(1).role === 'AXRole: AXIncrementorArrow'
PASS: incrementor.childAtIndex(1).subrole === 'AXSubrole: AXDecrementArrow'
PASS: incrementor.childAtIndex(1).width > 0 === true
PASS: incrementor.childAtIndex(1).height > 0 === true
PASS: incrementor.childAtIndex(1).isEnabled === true
PASS: textfield.stringValue === 'AXValue: 0'
PASS successfullyParsed is true
TEST COMPLETE