mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
26 lines
504 B
HTML
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>
|