Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="author" title="Aditya Keerthi" href="https://github.com/pxlcoder">
<title>Select appearance none writing mode horizontal</title>
<meta charset="utf-8">
<link rel="mismatch" href="select-appearance-native-horizontal.optional.html">
<link rel="mismatch" href="select-appearance-none-vertical-lr.optional.html">
<link rel="mismatch" href="select-appearance-none-vertical-rl.optional.html">
<link rel="mismatch" href="select-appearance-native-vertical.optional.html">
<!-- Note test description should be the same across all files to mismatch on. -->
<p>The select element below should match the correct writing mode.</p>
<select style="writing-mode: horizontal-tb; appearance: none;">
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
<option>Option 4</option>
<option>Option 5</option>
</select>