layout/reftests/bugs/346189-1-ref.xul

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 <?xml version="1.0"?>
     3 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
     5 <window
     6   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
     7   width="400"
     8   height="600">
    10 <vbox>
    11   <hbox style="height: 20px;">
    12     <spacer style="width: 100px; background: yellow;"/>
    13     <spacer style="width: 100px; background: blue;"/>
    14     <spacer style="width: 50px; background: yellow;"/>
    15     <spacer style="width: 150px; background: green;"/>
    16   </hbox>
    18   <hbox style="height: 20px;">
    19     <spacer style="width: 100px; background: yellow;"/>
    20     <spacer style="width: 100px; background: blue;"/>
    21     <spacer style="width: 50px; background: yellow;"/>
    22     <spacer style="width: 150px; background: green;"/>
    23   </hbox>
    25   <hbox style="height: 20px;">
    26     <spacer style="width: 100px; background: yellow;"/>
    27     <spacer style="width: 100px; background: blue;"/>
    28     <spacer style="width: 50px; background: yellow;"/>
    29     <spacer style="width: 150px; background: green;"/>
    30   </hbox>
    32   <hbox style="height: 20px;">
    33     <spacer style="width: 100px; background: yellow;"/>
    34     <spacer style="width: 100px; background: blue;"/>
    35     <spacer style="width: 200px; background: green;"/>
    36   </hbox>
    38   <hbox style="height: 20px;">
    39     <spacer style="width: 100px; background: yellow;"/>
    40     <spacer style="width: 300px; background: green;"/>
    41   </hbox>
    43   <hbox style="height: 20px;">
    44     <spacer style="width: 200px; background: yellow;"/>
    45     <spacer style="width: 200px; background: green;"/>
    46   </hbox>
    48   <hbox style="height: 20px;">
    49     <spacer style="width: 100px; background: yellow;"/>
    50     <spacer style="width: 300px; background: green;"/>
    51   </hbox>
    53 </vbox>
    55 </window>

mercurial