Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>