summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/374719-1-xbl.xml
blob: b56587c58766ce260cddd527e5559d35b97bf447 (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
28
29
30
31
32
33
34
<?xml version="1.0"?>

<bindings xmlns="http://www.mozilla.org/xbl"
          xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
          xmlns:xbl="http://www.mozilla.org/xbl"
          xmlns:html="http://www.w3.org/1999/xhtml">

  <binding id="gridlike">
    <content>
      <xul:scrollbox allowevents="true" orient="vertical" anonid="main-box"
                     flex="1" style="overflow: auto;">
        <children includes="gridlikecols">
          <xul:gridlikecols>
            <xul:gridlikecol flex="1"/>
          </xul:gridlikecols>
        </children>
        <xul:gridlikerows>
          <children includes="gridlikehead"/>
          <xul:gridlikeboxbody xbl:inherits="rows,size,minheight">
            <children includes="gridlikeitem"/>
          </xul:gridlikeboxbody>
        </xul:gridlikerows>
      </xul:scrollbox>
    </content>
  </binding>

  <binding id="gridlikehead">
    <content>
      <xul:gridlikeheaditem>
        <children includes="gridlikeheader"/>
      </xul:gridlikeheaditem>
    </content>
  </binding>
</bindings>