mirror of
https://github.com/servo/servo
synced 2026-05-15 03:16:47 +02:00
13 lines
736 B
HTML
13 lines
736 B
HTML
<!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>
|