1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/xul/grid/reftests/sizing-2d.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,26 @@ 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 + <grid> 1.8 + <rows> 1.9 + <row> 1.10 + <box style="width: 25px; height: 25px" /> 1.11 + <box /> 1.12 + </row> 1.13 + <row> 1.14 + <box /> 1.15 + <box style="width: 75px; height: 75px" /> 1.16 + </row> 1.17 + </rows> 1.18 + <columns> 1.19 + <column> 1.20 + <box style="background: aqua" /> 1.21 + <box style="background: yellow; width: 50px; height: 50px" /> 1.22 + </column> 1.23 + <column> 1.24 + <box style="background: fuchsia; width: 100px; height: 100px" /> 1.25 + <box style="background: blue" /> 1.26 + </column> 1.27 + </columns> 1.28 + </grid> 1.29 +</window>