<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="../../../resources/js-test-pre.js"></script> | |
<script src="../resources/common-wheel-event.js"></script> | |
</head> | |
<body> | |
<script> | |
testWheelEvent({ | |
'inputType' : 'number', | |
'initialValue' : '0', | |
'stepUpValue1' : '1', | |
'stepUpValue2' : '2' }); | |
</script> | |
<script src="../../../resources/js-test-post.js"></script> | |
</body> | |
</html> |