summaryrefslogtreecommitdiffstats
path: root/layout/tools/reftest/install.rdf
blob: 00275c64e0b3a8816b5def12f9d8873684a52fea (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"?>

<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  <Description about="urn:mozilla:install-manifest">
    <em:id>reftest@mozilla.org</em:id>
    <em:version>1.0</em:version>
    <em:type>2</em:type>
    <em:bootstrap>true</em:bootstrap>
    <em:targetApplication>
      <Description>
        <em:id>toolkit@mozilla.org</em:id>
#expand        <em:minVersion>__MOZILLA_VERSION_U__</em:minVersion>
#expand        <em:maxVersion>__MOZILLA_VERSION_U__</em:maxVersion>
      </Description>
    </em:targetApplication>
    <!-- Front End MetaData -->
    <em:name>Reftest</em:name>
    <em:description>Run layout comparison tests.</em:description>
    <em:creator>L. David Baron</em:creator>
  </Description>
</RDF>