layout/xul/grid/reftests/sizing-2d.xul

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 <?xml version="1.0"?>
     2 <!DOCTYPE window>
     3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" align="start">
     4   <grid>
     5     <rows>
     6       <row>
     7         <box style="width: 25px; height: 25px" />
     8         <box />
     9       </row>
    10       <row>
    11         <box />
    12         <box style="width: 75px; height: 75px" />
    13       </row>
    14     </rows>
    15     <columns>
    16       <column>
    17         <box style="background: aqua" />
    18         <box style="background: yellow; width: 50px; height: 50px" />
    19       </column>
    20       <column>
    21         <box style="background: fuchsia; width: 100px; height: 100px" />
    22         <box style="background: blue" />
    23       </column>
    24     </columns>
    25   </grid>
    26 </window>

mercurial