Tests for bug 1082844 (not run in a default build). r=jfkthame

This commit is contained in:
Simon Montagu 2014-10-22 05:14:39 -07:00
parent d7b3c4e0e0
commit 3931080007
3 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,33 @@
<html>
<head>
<meta charset="utf-8">
<style>
body > div {
width:225px;
height:225px;
}
body > div > div {
width:200px;
height:220px;
border:1px solid red;
line-height:20px;
text-transform: full-width;
}
.v-rl { writing-mode:vertical-rl; text-orientation:upright }
</style>
</head>
<body>
<div>
<div id="test2" class="v-rl">
A B C D E
F G H I J
K L M N O
P Q R S T
U V W X Y
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,33 @@
<html>
<head>
<meta charset="utf-8">
<style>
body > div {
width:225px;
height:225px;
}
body > div > div {
width:200px;
height:220px;
border:1px solid red;
line-height:20px;
text-transform: full-width;
}
.v-rl { writing-mode:vertical-rl; text-orientation:upright }
</style>
</head>
<body>
<div>
<div id="test2" class="v-rl">
A B C D E
F G H I J
K <span>L <span>M N</span> O</span>
P Q R S T
U V W X Y
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,4 @@
# This directory contains tests for vertical text and logical layout coordinates
# It should not be included in layout/reftests/reftest.list until vertical layout
# is turned on
== 1082844.html 1082844-ref.html