blob: e947960dab0bac6bc48a529b43d9b50de4b852fb (
plain)
1
2
3
4
5
6
7
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<box id="b">
<box id="a" template="b"/>
<triple/>
</box>
<box datasources="" observes="a" ref="bbb"/>
</window>
|