Bug 1801946 [wpt PR 37088] - WebKit export of https://bugs.webkit.org/show_bug.cgi...
[gecko.git] / testing / web-platform / tests / css / css-writing-modes / progress-appearance-none-vertical.optional.html
blob1b45c6bb8f7e051ab1d3f34fba3052d21bb217f0
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-progress-element">
4 <link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow">
5 <title>Progress appearance none writing mode vertical</title>
6 <meta charset="utf-8">
7 <link rel="mismatch" href="progress-appearance-native-horizontal.optional.html">
8 <link rel="mismatch" href="progress-appearance-none-horizontal.optional.html">
10 <!-- Note test description should be the same across all files to mismatch on. -->
11 <p>The progress element below should match the correct writing mode.</p>
12 <progress value="70" min="0" max="100" style="writing-mode: vertical-lr; appearance: none;"></progress>