Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<title>unstyled input[type=range] in vertical writing mode</title>
<meta charset="utf-8">
<link rel="mismatch" href="range-input-appearance-none-horizontal.optional.html">
<link rel="mismatch" href="range-input-appearance-native-horizontal.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; appearance: none;">