content/xul/templates/src/crashtests/330012-1.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/xul/templates/src/crashtests/330012-1.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
     1.6 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     1.7 +
     1.8 +  <foo id="foo" datasources="330012-1.rdf" ref="urn:root">
     1.9 +    <template>
    1.10 +      <rule>
    1.11 +        <conditions>
    1.12 +          <content uri="?root"/>
    1.13 +          <triple subject="?root"
    1.14 +                  predicate="urn:squarefree:a1:grapes"
    1.15 +                  object="?lalala"/>
    1.16 +          <member container="?grapes" child="?grape"/>
    1.17 +        </conditions>
    1.18 +        <action>
    1.19 +          <bar uri="?grape"/>
    1.20 +       </action>
    1.21 +     </rule>
    1.22 +   </template>
    1.23 + </foo>
    1.24 +
    1.25 +</window>

mercurial