Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-writing-modes/forms/range-input-appearance-native-horizontal-rtl.optional.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>native input[type=range] in horizontal writing mode & RTL direction</title>
<meta charset="utf-8">
<link rel="mismatch" href="range-input-appearance-native-horizontal.optional.html">
<link rel="mismatch" href="range-input-appearance-none-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="direction: rtl">