Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / content / xul / templates / src / crashtests / 330012-1.xul
blobea797c2cf17a68906a40e92b45e2954b2d6704d0
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
5 <foo id="foo" datasources="330012-1.rdf" ref="urn:root">
6 <template>
7 <rule>
8 <conditions>
9 <content uri="?root"/>
10 <triple subject="?root"
11 predicate="urn:squarefree:a1:grapes"
12 object="?lalala"/>
13 <member container="?grapes" child="?grape"/>
14 </conditions>
15 <action>
16 <bar uri="?grape"/>
17 </action>
18 </rule>
19 </template>
20 </foo>
22 </window>