mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 14:44:26 +00:00
Bug 1088025 - Reftest for positioning of lines within paragraphs in a vertical-rl block. r=dbaron
This commit is contained in:
parent
5de4d98d5c
commit
ae4c472fad
24
layout/reftests/writing-mode/1088025-1-ref.html
Normal file
24
layout/reftests/writing-mode/1088025-1-ref.html
Normal file
@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Bug 1083892</title>
|
||||
<style>
|
||||
div {
|
||||
width:300px;
|
||||
height:300px;
|
||||
padding:10px;
|
||||
border:1px solid black;
|
||||
writing-mode:vertical-rl;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>
|
||||
This is the <b><i>first</i> paragraph</b>. It's long enough to wrap onto multiple lines.<br>
|
||||
<b>Paragraph <i>two</i></b>.<br>
|
||||
<b><i>Third and final</i> paragraph</b> of this simple testcase. That's all, folks!
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
27
layout/reftests/writing-mode/1088025-1.html
Normal file
27
layout/reftests/writing-mode/1088025-1.html
Normal file
@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Bug 1083892</title>
|
||||
<style>
|
||||
div {
|
||||
width:300px;
|
||||
height:300px;
|
||||
padding:10px;
|
||||
border:1px solid black;
|
||||
writing-mode:vertical-rl;
|
||||
}
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>
|
||||
<p>This is the <b><i>first</i> paragraph</b>. It's long enough to wrap onto multiple lines.
|
||||
<p><b>Paragraph <i>two</i></b>.
|
||||
<p><b><i>Third and final</i> paragraph</b> of this simple testcase. That's all, folks!
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -6,6 +6,7 @@
|
||||
== 1083892-1.html 1083892-1-ref.html
|
||||
== 1086883-1a.html 1086883-1-ref.html
|
||||
== 1086883-1b.html 1086883-1-ref.html
|
||||
== 1088025-1.html 1088025-1-ref.html
|
||||
== 1089388-1.html 1089388-1-ref.html
|
||||
== 1089388-2.html 1089388-2-ref.html
|
||||
== 1094914-1a.html 1094914-1-ref.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user