summaryrefslogtreecommitdiffstats
path: root/dom/xul/templates/crashtests/330012-1.xul
blob: ea797c2cf17a68906a40e92b45e2954b2d6704d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <foo id="foo" datasources="330012-1.rdf" ref="urn:root">
    <template>
      <rule>
        <conditions>
          <content uri="?root"/>
          <triple subject="?root"
                  predicate="urn:squarefree:a1:grapes"
                  object="?lalala"/>
          <member container="?grapes" child="?grape"/>
        </conditions>
        <action>
          <bar uri="?grape"/>
       </action>
     </rule>
   </template>
 </foo>

</window>