summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/473847-1-ref.xul
blob: 60b2055273ab91f2a7ea3e25208a5e4f00306e90 (plain)
1
2
3
4
5
6
7
8
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<hbox height="40">
  <spacer flex="6000" style="background-color: red;"/>
  <spacer style="background-color: blue;"/>
</hbox>

</window>