mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 18:33:07 +09:00
7 lines
183 B
HTML
7 lines
183 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- Test: that direction:rtl behaves correctly -->
|
|
<body>
|
|
<input type='range' value=70 style="-moz-appearance:none; direction:rtl;">
|
|
</body>
|
|
</html>
|