Backed out changeset f89c9403564e (bug 1913161) for causing multiple failures. CLOSED...
[gecko.git] / layout / reftests / text-overflow / vertical-decorations-3-4-notref.html
blobdead7a03e4f2c0ddc90abd5d0b5d717ed6a48e8c
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <style>
6 div {
7 font: 25px monospace;
8 white-space: pre;
9 overflow: hidden;
10 text-overflow: ellipsis;
11 border: 1px solid gray;
12 padding: 5px;
13 display: inline-block;
14 vertical-align: top;
16 .vrl {
17 writing-mode: vertical-rl;
18 text-orientation: upright;
19 height: 6em;
21 </style>
22 </head>
24 <body>
25 <div class="vrl">你好吗?我很好!</div>
26 </body>
27 </html>