4 <meta charset=
"utf-8"/>
5 <title>writing mode:vertical-lr, textarea
</title>
6 <link rel=
"author" title=
"Richard Ishida" href=
"mailto:ishida@w3.org"/>
7 <link rel=
"help" href=
"https://drafts.csswg.org/css-writing-modes-3/#block-flow"/>
8 <meta name=
"flags" content=
"should"/>
9 <meta name=
"assert" content=
"writing-mode:vertical-lr will display a textarea field vertically, and with vertical text inside."/>
10 <style type=
"text/css">
12 font-family: 'webfont';
13 src: url
('/fonts/noto/NotoSansMongolian-regular.woff2') format
('woff2');
17 textarea
{ font-family: webfont
; font-size: 34px; }
19 <!-- this is the test -->
20 <style type=
"text/css">
21 .test { writing-mode: vertical-lr
; }
25 <p class=
"instructions">Test passes if the input field is vertical and the text inside it has default vertical settings.
</p>
27 <textarea rows=
"3">ᠮᠤᠩᠭᠤᠯ W3C i18n ᠤᠯᠤᠰ
</textarea>