layout/reftests/flexbox/flexbox-dyn-changeFrameWidth-1-iframe.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <html>
     2   <head>
     3     <style>
     4       body {
     5         margin: 0;
     6       }
     7       .outerContainer {
     8         display: flex;
     9         height: 100px;
    10         background-color: red;
    11       }
    12       .innerContainer {
    13         display: flex;
    14         flex: 1;
    15         background-color: lime;
    16       }
    17     </style>
    18   </head>
    19   <body>
    20     <div class="outerContainer">
    21       <div class="innerContainer"></div>
    22     </div>
    23   </body>
    24 </html>

mercurial