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