summaryrefslogtreecommitdiffstats
path: root/layout/xul/grid/reftests/row-or-column-sizing-4.xul
blob: 5a826fd84cdc74c817e4343b2415b15702103c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<!DOCTYPE window>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
        title="XUL Grid Test">
  <grid>
    <columns>
      <column>
        <hbox />
        <textbox value="Lower left" />
      </column>
      <column>
        <hbox />
        <hbox />
      </column>
    </columns>
    <rows>
      <row>
        <hbox />
        <label value="Upper right" />
      </row>
      <row>
        <hbox />
        <hbox />
      </row>
    </rows>
  </grid>
</window>