blob: 9fedd9e4e895d0a8382cdd8780f23e9df88ef1d7 [file] [log] [blame]
Test for dragging operations of <input type=range> when readonly or disabled are toggled.
Tests for range dragging while it toggles to be readonly.
readOnly=false, disabled=false
PASS input.value is "100"
PASS inputEventCounter is >= lastInputEventCounter + 1
PASS input.value is "0"
PASS inputEventCounter is >= lastInputEventCounter + 1
readOnly=true
PASS input.value is "100"
PASS inputEventCounter is lastInputEventCounter + 1
Tests for range dragging while it toggles to be disabled.
readOnly=false, disabled=false
PASS input.value is "100"
PASS inputEventCounter is >= lastInputEventCounter + 1
PASS input.value is "0"
PASS inputEventCounter is >= lastInputEventCounter + 1
disabled=true
PASS input.value is "0"
PASS inputEventCounter is lastInputEventCounter
PASS changeEventCounter is 1
PASS successfullyParsed is true
TEST COMPLETE