tor-browser

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

placeholder-excluded-properties-ref.html (176B)


      1 <!DOCTYPE html>
      2 <style>
      3 .vertical {
      4  writing-mode: vertical-rl;
      5 }
      6 </style>
      7 <body>
      8 <input placeholder="placeholder">
      9 <input class="vertical" placeholder="placeholder">
     10 </body>