haikuwebkit/LayoutTests/accessibility/spinbutton-value-expected.txt

17 lines
428 B
Plaintext

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.title is axUntitled.title
PASS successfullyParsed is true
TEST COMPLETE