blob: a3ad42015095997cc2d274206fdc770e630adb04 [file] [log] [blame]
This tests that a spin button won't access invalid attributes when its already detached.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
spinner incrementer: AXRole: AXButton
PASS document.getElementById('number').value is '10'
PASS document.getElementById('number').value is '5'
PASS document.getElementById('number').value is ''
PASS successfullyParsed is true
TEST COMPLETE