meter-appearance-native-vertical-rtl.optional.html (751B)
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-meter-element"> 4 <link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow"> 5 <title>Meter appearance native writing mode vertical & RTL direction</title> 6 <meta charset="utf-8"> 7 <link rel="mismatch" href="meter-appearance-native-horizontal-rtl.optional.html"> 8 <link rel="mismatch" href="meter-appearance-native-vertical.optional.html"> 9 10 <!-- Note test description should be the same across all files to mismatch on. --> 11 <p>The meter element below should match the correct writing mode.</p> 12 <meter value="70" min="0" max="100" style="writing-mode: vertical-rl; direction: rtl"></meter>