summaryrefslogtreecommitdiffstats
path: root/dom/xul/templates/crashtests/415019-1.xul
blob: 9fb9560f67ed357b1b98ed2846d794e996971e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <hbox datasources="nosuch.rdf" ref="urn:root">
    <template>
      <rule>
        <conditions>
          <triple subject="?a"/>
        </conditions>
        <action>
          <vbox uri="?b"/>
        </action>
      </rule>
    </template>
  </hbox>
</window>