<input type="range" orient="vertical"> should be rendered as a vertical slider. A broken build renders it horizontally.
The sampler below measures each slider's rendered box. It passes when the vertical case has height greater than width.
<input type="range" orient="vertical" min="0" max="100" value="40">