mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
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>
|