tor-browser

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

file-input-vertical.optional.html (669B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Aditya Keerthi" href="https://github.com/pxlcoder">
      3 <link rel="help" href="https://html.spec.whatwg.org/#file-upload-state-(type=file)">
      4 <link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow">
      5 <title>File input writing mode vertical</title>
      6 <meta charset="utf-8">
      7 <link rel="mismatch" href="file-input-vertical-rtl.optional.html">
      8 <link rel="mismatch" href="file-input-horizontal.optional.html">
      9 
     10 <!-- Note test description should be the same across all files to mismatch on. -->
     11 <p>The file input below should match the correct writing mode.</p>
     12 <input type="file" style="writing-mode: vertical-lr">