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 changeset 57d71ba078d7 (bug 1932390) for causing wpt failures @ failures_A...
[gecko.git]
/
layout
/
reftests
/
writing-mode
/
1082844-ref.html
blob
954b0ef2328b13bfbc6fd054249c830c287268ed
1
<html>
2
<head>
3
<meta
charset
=
"utf-8"
>
4
<style>
5
body
>
div {
6
width:
225
px;
7
height:
225
px;
8
}
9
body
>
div
>
div {
10
width:
200
px;
11
height:
220
px;
12
border:
1
px solid red;
13
line-height:
20
px;
14
text-transform: full-width;
15
}
16
.v-rl { writing-mode:vertical-rl; text-orientation:upright }
17
</style>
18
19
</head>
20
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>
31
32
</body>
33
</html>