mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-21 03:48:43 +00:00
8 lines
183 B
HTML
8 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>
|