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

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <?xml version="1.0"?><?TEST-STYLE PIDATA?>
     2 <!DOCTYPE svg SYSTEM "staff2.dtd" []>
     3 <!-- This is comment number 1.-->
     4 <svg xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="100" height="100"/><script type="text/ecmascript">&svgtest;&svgunit;</script>
     5  <employee xmlns="http://www.example.com">
     6   <employeeId>EMP0001</employeeId>
     7   <name>Margaret Martin</name>
     8   <position>Accountant</position>           
     9   <salary>56,000</salary>
    10   <gender>Female</gender>
    11   <address>1230 North Ave. Dallas, Texas 98551</address>
    12  </employee>
    13  </svg>

mercurial