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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <?xml version="1.0"?><?TEST-STYLE PIDATA?>
michael@0 2 <!DOCTYPE svg PUBLIC "STAFF" "staffNS.dtd"
michael@0 3 [
michael@0 4 <!ENTITY ent1 "es">
michael@0 5 <!ENTITY ent2 "1900 Dallas Road">
michael@0 6 <!ENTITY ent3 "Texas">
michael@0 7 <!ENTITY ent4 "<entElement1 xmlns:local1='www.xyz.com'>Element data</entElement1><?PItarget PIdata?>">
michael@0 8 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
michael@0 9 <!ENTITY ent6 PUBLIC "uri" "file" NDATA notation2>
michael@0 10 <!ENTITY ent1 "This entity should be discarded">
michael@0 11 <!NOTATION notation1 PUBLIC "notation1File">
michael@0 12 <!NOTATION notation2 SYSTEM "notation2File">
michael@0 13 <!ELEMENT svg (rect, script, employee+, emp:employee, employee*)>
michael@0 14 <!ATTLIST svg
michael@0 15 xmlns CDATA #FIXED "http://www.w3.org/2000/svg"
michael@0 16 name CDATA #IMPLIED>
michael@0 17 <!ELEMENT rect EMPTY>
michael@0 18 <!ATTLIST rect
michael@0 19 x CDATA #REQUIRED
michael@0 20 y CDATA #REQUIRED
michael@0 21 width CDATA #REQUIRED
michael@0 22 height CDATA #REQUIRED>
michael@0 23 <!ELEMENT script (#PCDATA)>
michael@0 24 <!ATTLIST script type CDATA #IMPLIED>
michael@0 25 <!ENTITY svgunit SYSTEM "svgunit.js">
michael@0 26 <!ENTITY svgtest SYSTEM "svgtest.js">
michael@0 27 ]>
michael@0 28 <!-- This is comment number 1.-->
michael@0 29 <svg xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="100" height="100"/><script type="text/ecmascript">&svgtest;&svgunit;</script>
michael@0 30 <employee xmlns="http://www.nist.gov" xmlns:dmstc="http://www.usa.com">
michael@0 31 <employeeId>EMP0001</employeeId>
michael@0 32 <name>Margaret Martin</name>
michael@0 33 <position>Accountant</position>
michael@0 34 <salary>56,000</salary>
michael@0 35 <gender>Female</gender>
michael@0 36 <address dmstc:domestic="Yes">1230 North Ave. Dallas, Texas 98551</address>
michael@0 37 </employee>
michael@0 38 <employee xmlns:dmstc="http://www.usa.com" xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-2/Files">
michael@0 39 <employeeId>EMP0002</employeeId>
michael@0 40 <name>Martha Raynolds
michael@0 41 <![CDATA[This is a CDATASection with EntityReference number 2 &ent2;]]>
michael@0 42 <![CDATA[This is an adjacent CDATASection with a reference to a tab &tab;]]></name>
michael@0 43 <position>Secretary</position>
michael@0 44 <salary>35,000</salary>
michael@0 45 <gender>Female</gender>
michael@0 46 <address dmstc:domestic="Yes" street="Yes">&ent2; Dallas, &ent3;
michael@0 47 98554</address>
michael@0 48 </employee>
michael@0 49 <employee xmlns:dmstc="http://www.netzero.com" xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-2/Files">
michael@0 50 <employeeId>EMP0003</employeeId>
michael@0 51 <name>Roger
michael@0 52 Jones</name>
michael@0 53 <position>Department Manager</position>
michael@0 54 <salary>100,000</salary>
michael@0 55 <gender>&ent4;</gender>
michael@0 56 <address dmstc:domestic="Yes" street="No">PO Box 27 Irving, texas 98553</address>
michael@0 57 </employee>
michael@0 58 <emp:employee xmlns:emp="http://www.nist.gov" xmlns:nm="http://www.altavista.com" > <emp:employeeId>EMP0004</emp:employeeId>
michael@0 59 <nm:name>Jeny Oconnor</nm:name>
michael@0 60 <emp:position>Personnel Director</emp:position>
michael@0 61 <emp:salary>95,000</emp:salary>
michael@0 62 <emp:gender>Female</emp:gender>
michael@0 63 <emp:address emp:domestic="Yes" street="Y&ent1;" emp:zone="CANADA" emp:local1="TRUE">27 South Road. Dallas, texas 98556</emp:address>
michael@0 64 </emp:employee>
michael@0 65 <employee xmlns:emp2="http://www.nist.gov" xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-2/Files">
michael@0 66 <employeeId>EMP0005</employeeId>
michael@0 67 <name>Robert Myers</name>
michael@0 68 <position>Computer Specialist</position>
michael@0 69 <salary>90,000</salary>
michael@0 70 <gender>male</gender>
michael@0 71 <address street="Yes" xmlns="http://www.nist.gov">1821 Nordic. Road, Irving Texas 98558</address>
michael@0 72 </employee>
michael@0 73 </svg>

mercurial