layout/reftests/bugs/329359-1.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 .float-left, .float-right {
     6  float: left;
     7  width: 125px; height: 1em;
     8  background-color: red;
     9 }
    10 .float-right {
    11  float: right;
    12 }
    13 fieldset {
    14  margin: 0; padding: 0;
    15  border: none;
    16  height: 5em;
    17  background-color: green;
    18 }
    19 #plus-margin {
    20  margin: 0 100px 0;
    21 }
    22 </style>
    23 </head>
    24 <body>
    25 <div class="float-left"></div>
    26 <div class="float-right"></div>
    27 <fieldset></fieldset>
    28 <div class="float-left"></div>
    29 <div class="float-right"></div>
    30 <fieldset id="plus-margin"></fieldset>
    31 </body>
    32 </html>

mercurial