layout/reftests/bugs/413982.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML>
     2 <html lang="en">
     3 <head>
     4     <title>Bug 413982</title>
     5     <style type="text/css">
     6         div.clearboth {
     7             clear: both;
     8         }
     9         div.floatdiv {
    10             float: left;
    11         }
    12         span.innerspan {
    13             white-space: nowrap;
    14         }
    15     </style>
    16 </head>
    17 <body>
    18     <div class="floatdiv">
    19         This is
    20         <span class="innerspan"> the first line.
    21         </span>
    22     </div>
    23     <div class="clearboth">This is the second line.</div>
    24 </body>
    25 </html>

mercurial