layout/reftests/font-inflation/xul-reflow-1.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 <!DOCTYPE HTML>
     2 <title>Testcase, bug 764354</title>
     3 <style>
     4 #outer {
     5   display: -moz-box;
     6   overflow: hidden;
     7   -moz-box-orient: vertical;
     8   width: 300px;
     9   height: 100px;
    10   background: yellow; color: black;
    11 }
    12 .inner {
    13   background: aqua; color: black;
    14   text-align: center;
    15 }
    16 </style>
    18 <div id="outer">
    19   <div class="inner">Text</div>
    20   <div class="inner">Text</div>
    21 </div>

mercurial