direction-unthemed-1.html 183 B

12345678
  1. <!DOCTYPE html>
  2. <html>
  3. <!-- Test: that direction:rtl behaves correctly -->
  4. <body>
  5. <input type='range' value=70 style="-moz-appearance:none; direction:rtl;">
  6. </body>
  7. </html>