repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backed out 5 changesets (bug 1940797, bug 1940800, bug 1940819, bug 1939881, bug...
[gecko.git]
/
layout
/
reftests
/
text-overflow
/
vertical-decorations-4-ref.html
blob
27e66e96525c3c3ab0ecb91fec23e997432a690d
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<style>
6
div {
7
font:
25
px monospace;
8
white-space: pre;
9
overflow: hidden;
10
text-overflow: ellipsis;
11
border:
1
px solid gray;
12
padding:
5
px;
13
display: inline-block;
14
vertical-align: top;
15
}
16
span {
17
text-decoration: overline;
18
}
19
.vrl {
20
writing-mode: vertical-rl;
21
text-orientation: upright;
22
height:
6
em;
23
}
24
</style>
25
</head>
26
27
<body>
28
<div
class
=
"vrl"
><span>
你好吗?我
</span>
…
</div>
29
</body>
30
</html>