layout/reftests/bugs/373383-1-ref.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE html>
     2 <html>
     3 <head>
     4   <style type="text/css">
     5     #a { width: 15em; border: 1px solid black; }
     6     #b { float: right; width: 8em; height: 3em; background: #ccc; }
     7   </style>
     8 </head>
     9 <body>
    10   <div id="a">
    11     <div id="b">float right</div>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    12     <div>Long text long text long text long text long text long text long text long text long text long text long text long text long text</div>
    13   </div>
    15 </body>
    16 </html>

mercurial