layout/reftests/bugs/412607-1a.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 <html>
     2 <head>
     3 <style>
     4   div.wrapper { 
     5     width:  100px;
     6     height: 30px;
     7   }
     8   div.a, div.b {
     9     height: 20px;
    10     display: inline-block;
    11   }
    12   div.a {
    13     width: 20px;
    14     background: blue;
    15   }
    16   div.b { 
    17     width: 80px; 
    18     background: green;
    19   }
    20 </style>
    21 </head>
    22 <body>
    23   <div class="wrapper">
    24     <div class="a"></div> <div class="b"></div>
    25   </div>
    26 </body>
    27 </html>

mercurial