summaryrefslogtreecommitdiffstats
path: root/layout/xul/grid/reftests/row-sizing-1-ref.xul
blob: b357190524cff2b0f9a8514ab85352b4101a3bed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<!DOCTYPE window>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
        orient="horizontal"
        title="XUL Grid Test">
  <vbox>
    <hbox style="background:aqua">
      <label value="Top" />
    </hbox>
    <hbox style="background:yellow">
      <textbox value="Bottom" />
    </hbox>
  </vbox>
</window>