summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/forms/range-input-appearance-none-vertical-rtl.optional.html
blob: 527038ea84ae338da79c3b4b6be548973cf7b545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<link rel="help" href="https://html.spec.whatwg.org/#range-state-(type=range)">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow">
<title>unstyled input[type=range] in vertical writing mode & RTL direction</title>
<meta charset="utf-8">
<link rel="mismatch" href="range-input-appearance-none-vertical.optional.html">
<link rel="mismatch" href="range-input-appearance-native-vertical.optional.html">
<link rel="mismatch" href="range-input-appearance-none-horizontal-rtl.optional.html">

<!-- Note test description should be the same across all files to mismatch on. -->
<p>The range input below should match the correct writing mode & direction.</p>
<input type="range" min="0" max="100" value="10" style="writing-mode: vertical-lr; direction: rtl; appearance: none;">