Backed out changeset 57d71ba078d7 (bug 1932390) for causing wpt failures @ failures_A...
[gecko.git] / layout / reftests / writing-mode / 1082844-ref.html
blob954b0ef2328b13bfbc6fd054249c830c287268ed
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 L M N O
27 P Q R S T
28 U V W X Y
29 </div>
30 </div>
32 </body>
33 </html>