9 lines
355 B
HTML
9 lines
355 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- Test: that range with value=90,min=90,max=120 looks the same as range
|
|
with value=70 (also tests that it doesn't look like type=text, since the
|
|
text displayed would be different in the type=text case). -->
|
|
<body>
|
|
<input type='range' style="-moz-appearance:none;" value=90 min=20 max=120>
|
|
</body>
|
|
</html>
|