summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/forms/textarea-appearance-native-vlr.optional.html
blob: 3ce811fd69286750b835d1e69e39b1c60c2edb12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<link rel="help" href="https://html.spec.whatwg.org/#the-textarea-element">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow">
<title>native textarea in vertical writing mode</title>
<meta charset="utf-8">
<link rel="mismatch" href="textarea-appearance-native-horizontal.optional.html">
<link rel="mismatch" href="textarea-appearance-none-horizontal.optional.html">
<link rel="mismatch" href="textarea-appearance-native-vrl.optional.html">
<link rel="mismatch" href="textarea-appearance-none-vrl.optional.html">

<!-- Note test description should be the same across all files to mismatch on. -->
<p>The textarea below should match the correct writing mode.</p>
<textarea style="writing-mode: vertical-lr">Some sample text</textarea>