7 lines
209 B
HTML
7 lines
209 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- Test: that range with value=70 is different to the default value=50. -->
|
|
<body>
|
|
<input type='range' style="-moz-appearance:none;" value=90 min=20 max=120>
|
|
</body>
|
|
</html>
|