Bug 1858983 [wpt PR 42532] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / writing-mode / 1082844.html
blobb63c2167d4b4e87b0cf557904068de1cc2ef9b3f
1 <html>
2 <head>
3 <meta charset="utf-8">
4 <style>
5 body > div {
6 width:225px;
7 height:225px;
9 body > div > div {
10 width:200px;
11 height:220px;
12 border:1px solid red;
13 line-height:20px;
14 text-transform: full-width;
16 .v-rl { writing-mode:vertical-rl; text-orientation:upright }
17 </style>
19 </head>
21 <body>
22 <div>
23 <div id="test2" class="v-rl">
24 A B C D E
25 F G H I J
26 K <span>L <span>M N</span> O</span>
27 P Q R S T
28 U V W X Y
29 </div>
30 </div>
32 </body>
33 </html>