dom/tests/mochitest/dom-level2-core/files/nodtdstaff.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/nodtdstaff.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<svg xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="100" height="100"/>
     1.6 + <employee xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-1/Files">
     1.7 +  <employeeId>EMP0001</employeeId>
     1.8 +  <name>Margaret Martin</name>
     1.9 +  <position>Accountant</position>           
    1.10 +  <salary>56,000</salary>
    1.11 +  <gender>Female</gender>
    1.12 +  <address domestic="Yes">1230 North Ave. Dallas, Texas 98551</address>
    1.13 + </employee>
    1.14 +</svg>

mercurial