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
Bug 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git]
/
layout
/
reftests
/
text-overflow
/
vertical-decorations-2-ref.html
blob
a393aedd85c9b223aee845ea9abf891bb99d0a4e
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
.vlr {
20
writing-mode: vertical-lr;
21
text-orientation: sideways-right;
22
height:
10
ch;
23
}
24
</style>
25
</head>
26
27
<body>
28
<div
class
=
"vlr"
><span>
abcdefghi
</span>
…
</div>
29
</body>
30
</html>