blob: 8490ccd10a1022046322710b45c23a5c9b037e07 [file] [log] [blame]
42
This tests that a spin button supports range value attributes.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS endsWith(axSpin.intValue, '5') is true
PASS endsWith(axSpin.minValue, '1') is true
PASS endsWith(axSpin.maxValue, '9') is true
PASS endsWith(axSpin.valueDescription, '5 of 9') is true
PASS axSpin.name is axUntitled.name
PASS successfullyParsed is true
TEST COMPLETE