button-appearance-native-vertical.optional.html (768B)
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 native writing mode vertical</title> 6 <meta charset="utf-8"> 7 <link rel="mismatch" href="button-appearance-none-vertical.optional.html"> 8 <link rel="mismatch" href="button-appearance-native-horizontal.optional.html"> 9 <link rel="mismatch" href="button-appearance-none-horizontal.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: vertical-rl"></button>