tenfourfox/layout/reftests/bugs/413982.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

26 lines
504 B
HTML

<!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>