Reftest for bug 413982.

This commit is contained in:
mats.palmgren@bredband.net 2008-02-12 07:05:37 -08:00
parent 318b3904ac
commit db6b8c956e
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Bug 413982</title>
</head>
<body>
<div>This is the first line.</div>
<div>This is the second line.</div>
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Bug 413982</title>
<style type="text/css">
div.clearboth {
clear: both;
}
div.floatdiv {
float: left;
}
span.innerspan {
white-space: nowrap;
}
</style>
</head>
<body>
<div class="floatdiv">
This is
<span class="innerspan"> the first line.
</span>
</div>
<div class="clearboth">This is the second line.</div>
</body>
</html>

View File

@ -696,6 +696,7 @@ random == 403134-1.html 403134-1-ref.html # bug 405377
== 413840-rtl-offsets.html 413840-rtl-offsets-ref.html
== 413840-pushed-line-bullet.html 413840-pushed-line-bullet-ref.html
== 413840-bullet-first-line.html 413840-bullet-first-line-ref.html
== 413982.html 413982-ref.html
== 414123.xhtml 414123-ref.xhtml
== 414851-1.html 414851-1-ref.html
== 416106-1.xhtml 416106-1-ref.xhtml