tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

direction-unthemed-1.html (183B)


      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>