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/select-appearance-native-horizontal.optional.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Select appearance native writing mode horizontal</title>
<meta charset="utf-8">
<link rel="mismatch" href="select-appearance-none-horizontal.optional.html">
<link rel="mismatch" href="select-appearance-native-vertical.optional.html">
<link rel="mismatch" href="select-appearance-none-vertical-lr.optional.html">
<link rel="mismatch" href="select-appearance-none-vertical-rl.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">
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
<option>Option 4</option>
<option>Option 5</option>
</select>