dom/tests/mochitest/dom-level2-core/files/staff2.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/tests/mochitest/dom-level2-core/files/staff2.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +<?xml version="1.0"?><?TEST-STYLE PIDATA?>
     1.5 +<!DOCTYPE svg SYSTEM "staff2.dtd" []>
     1.6 +<!-- This is comment number 1.-->
     1.7 +<svg xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="100" height="100"/><script type="text/ecmascript">&svgtest;&svgunit;</script>
     1.8 + <employee xmlns="http://www.example.com">
     1.9 +  <employeeId>EMP0001</employeeId>
    1.10 +  <name>Margaret Martin</name>
    1.11 +  <position>Accountant</position>           
    1.12 +  <salary>56,000</salary>
    1.13 +  <gender>Female</gender>
    1.14 +  <address>1230 North Ave. Dallas, Texas 98551</address>
    1.15 + </employee>
    1.16 + </svg>

mercurial