blob: 4b0c9772d4a494ca396c13e72fc7bdcd9b8aa646 (
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
|
<?xml version="1.0"?>
<!DOCTYPE bindings>
<bindings id="testBindings"
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">
<binding id="base">
<content>
<xul:box flex="1">
<xul:box class="inner" flex="1">
<children/>
</xul:box>
</xul:box>
</content>
</binding>
<binding id="inner">
<content>
<xul:box flex="1">
<xul:box flex="1">
<children/>
</xul:box>
</xul:box>
</content>
</binding>
</bindings>
|