summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/forms/select-appearance-native-vertical.optional.html
blob: 79eb364023d8e4b532045c4eb41d6ee0589552b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<link rel="author" title="Aditya Keerthi" href="https://github.com/pxlcoder">
<link rel="help" href="https://html.spec.whatwg.org/#the-select-element">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow">
<title>Select appearance native writing mode vertical</title>
<meta charset="utf-8">
<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-horizontal.optional.html">
<link rel="mismatch" href="select-appearance-none-horizontal.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: vertical-lr">
    <option>Option 1</option>
    <option>Option 2</option>
    <option>Option 3</option>
    <option>Option 4</option>
    <option>Option 5</option>
</select>