layout/xul/grid/reftests/row-sizing-1-ref.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/xul/grid/reftests/row-sizing-1-ref.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<!DOCTYPE window>
     1.6 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
     1.7 +        orient="horizontal"
     1.8 +        title="XUL Grid Test">
     1.9 +  <vbox>
    1.10 +    <hbox style="background:aqua">
    1.11 +      <label value="Top" />
    1.12 +    </hbox>
    1.13 +    <hbox style="background:yellow">
    1.14 +      <textbox value="Bottom" />
    1.15 +    </hbox>
    1.16 +  </vbox>
    1.17 +</window>

mercurial