summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/forms/progress-appearance-native-vertical-rtl.optional.html
blob: 9a1834e46d21e49e6d3fa5acf917dca6e511b2a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<link rel="author" title="Di Zhang" href="mailto:dizhangg@chromium.org">
<link rel="help" href="https://html.spec.whatwg.org/#the-progress-element">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow">
<title>Progress appearance native writing mode vertical & RTL direction</title>
<meta charset="utf-8">
<link rel="mismatch" href="progress-appearance-native-horizontal-rtl.optional.html">
<link rel="mismatch" href="progress-appearance-native-vertical.optional.html">
<link rel="mismatch" href="progress-appearance-none-vertical-rtl.optional.html">

<!-- Note test description should be the same across all files to mismatch on. -->
<p>The progress element below should match the correct writing mode.</p>
<progress value="70" min="0" max="100" style="writing-mode: vertical-rl; direction: rtl"></progress>