layout/reftests/font-inflation/xul-reflow-1-ref.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 <!DOCTYPE HTML>
     2 <title>Testcase, bug 764354</title>
     3 <style>
     4 #outer {
     5   width: 300px;
     6   height: 100px;
     7   background: yellow; color: black;
     8 }
     9 .inner {
    10   background: aqua; color: black;
    11   text-align: center;
    12 }
    13 </style>
    15 <div id="outer">
    16   <div class="inner">Text</div>
    17   <div class="inner">Text</div>
    18 </div>

mercurial