summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/forms/progress-appearance-native-vertical.optional.html
blob: 38ca538b09d32cf61cf1b4c51a0c80a0be25f5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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</title>
<meta charset="utf-8">
<link rel="mismatch" href="progress-appearance-native-horizontal.optional.html">
<link rel="mismatch" href="progress-appearance-none-horizontal.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"></progress>