Bug 1083892 - Reftest. r=smontagu

This commit is contained in:
Jonathan Kew 2014-10-24 12:24:40 +01:00
Родитель 9d780407e0
Коммит df19d5fecc
3 изменённых файлов: 55 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>Bug 1083892</title>
<style>
div {
width:400px;
height:400px;
padding:10px;
border:1px solid black;
writing-mode:vertical-lr;
}
p {
margin: 0;
}
</style>
</head>
<body>
<div>
This is the first line.<br>
Line two.<br>
Third and final line.
</div>
</body>
</html>

Просмотреть файл

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>Bug 1083892</title>
<style>
div {
width:400px;
height:400px;
padding:10px;
border:1px solid black;
writing-mode:vertical-lr;
}
p {
margin: 0;
}
</style>
</head>
<body>
<div>
<p>This is the first line.
<p>Line two.
<p>Third and final line.
</div>
</body>
</html>

Просмотреть файл

@ -3,5 +3,6 @@
# is turned on
== 1082844.html 1082844-ref.html
== 1083748.html 1083748-ref.html
== 1083892-1.html 1083892-1-ref.html
== 1086883-1a.html 1086883-1-ref.html
== 1086883-1b.html 1086883-1-ref.html