tor-browser

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

button-appearance-none-horizontal.optional.html (789B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Di Zhang" href="mailto:dizhangg@chromium.org">
      3 <link rel="help" href="https://html.spec.whatwg.org/#the-button-element">
      4 <link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow">
      5 <title>Button appearance none writing mode horizontal</title>
      6 <meta charset="utf-8">
      7 <link rel="mismatch" href="button-appearance-native-horizontal.optional.html">
      8 <link rel="mismatch" href="button-appearance-none-vertical.optional.html">
      9 <link rel="mismatch" href="button-appearance-native-vertical.optional.html">
     10 
     11 <!-- Note test description should be the same across all files to mismatch on. -->
     12 <p>The button element below should match the correct writing mode.</p>
     13 <button style="writing-mode: horizontal-tb; appearance: none;"></button>