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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/xul/grid/reftests/sizing-2d-ref.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<!DOCTYPE window>
     1.6 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" align="start">
     1.7 +  <hbox>
     1.8 +    <box style="background:aqua; width: 50px; height: 100px" />
     1.9 +    <box style="background:fuchsia; width: 100px; height: 100px" />
    1.10 +  </hbox>
    1.11 +  <hbox>
    1.12 +    <box style="background:yellow; width: 50px; height: 75px" />
    1.13 +    <box style="background:blue; width: 100px; height: 75px" />
    1.14 +  </hbox>
    1.15 +</window>

mercurial