tor-browser

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

textarea-appearance-none-vrl.optional.html (871B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
      3 <link rel="help" href="https://html.spec.whatwg.org/#the-textarea-element">
      4 <link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow">
      5 <title>unstyled textarea in vertical writing mode</title>
      6 <meta charset="utf-8">
      7 <link rel="mismatch" href="textarea-appearance-none-horizontal.optional.html">
      8 <link rel="mismatch" href="textarea-appearance-native-horizontal.optional.html">
      9 <link rel="mismatch" href="textarea-appearance-none-vlr.optional.html">
     10 <link rel="mismatch" href="textarea-appearance-native-vlr.optional.html">
     11 
     12 <!-- Note test description should be the same across all files to mismatch on. -->
     13 <p>The textarea below should match the correct writing mode.</p>
     14 <textarea style="writing-mode: vertical-rl; appearance: none;">Some sample text</textarea>