dom/tests/mochitest/dom-level2-core/files/hc_staff.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/hc_staff.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,72 @@
     1.4 +<?xml version="1.0"?><?TEST-STYLE PIDATA?>
     1.5 +<!DOCTYPE svg
     1.6 +   PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     1.7 +   "xhtml1-strict.dtd" [
     1.8 +   <!ENTITY alpha "&#945;">
     1.9 +   <!ENTITY beta "&#946;">
    1.10 +   <!ENTITY gamma "&#947;">
    1.11 +   <!ENTITY delta "&#948;">
    1.12 +   <!ENTITY epsilon "&#949;">
    1.13 +   <!ENTITY alpha "&#950;">
    1.14 +   <!NOTATION notation1 PUBLIC "notation1File">
    1.15 +   <!NOTATION notation2 SYSTEM "notation2File">
    1.16 +   <!ATTLIST acronym dir CDATA "ltr">
    1.17 +   <!ATTLIST head xmlns CDATA #IMPLIED>
    1.18 +   <!ATTLIST body xmlns CDATA #IMPLIED>
    1.19 +   <!ELEMENT svg (rect, script, head, body)>
    1.20 +   <!ATTLIST svg xmlns CDATA #IMPLIED>
    1.21 +   <!ELEMENT rect EMPTY>
    1.22 +   <!ATTLIST rect
    1.23 +        x CDATA #IMPLIED
    1.24 +        y CDATA #IMPLIED
    1.25 +        width CDATA #IMPLIED
    1.26 +        height CDATA #IMPLIED>        
    1.27 +   <!ENTITY svgunit SYSTEM "svgunit.js">   
    1.28 +   <!ENTITY svgtest SYSTEM "svgtest.js">   
    1.29 +]>
    1.30 +<!-- This is comment number 1.-->
    1.31 +<svg xmlns='http://www.w3.org/2000/svg'><rect x="0" y="0" width="100" height="100"/><script type="text/ecmascript">&svgtest;&svgunit;</script><head xmlns='http://www.w3.org/1999/xhtml'><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>hc_staff</title></head><body xmlns='http://www.w3.org/1999/xhtml'>
    1.32 + <p>
    1.33 +  <em>EMP0001</em>
    1.34 +  <strong>Margaret Martin</strong>
    1.35 +  <code>Accountant</code>           
    1.36 +  <sup>56,000</sup>
    1.37 +  <var>Female</var>
    1.38 +  <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym>
    1.39 + </p>
    1.40 + <p>
    1.41 +  <em>EMP0002</em>
    1.42 +  <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &amp;ent2;
    1.43 +This is an adjacent CDATASection with a reference to a tab &amp;tab;</strong>
    1.44 +  <code>Secretary</code>
    1.45 +  <sup>35,000</sup>
    1.46 +  <var>Female</var>
    1.47 +  <acronym title="Yes" class="Yes">&beta; Dallas, &gamma;
    1.48 + 98554</acronym>
    1.49 + </p>
    1.50 + <p>
    1.51 +  <em>EMP0003</em>
    1.52 +  <strong>Roger
    1.53 + Jones</strong>
    1.54 +  <code>Department Manager</code>
    1.55 +  <sup>100,000</sup>
    1.56 +  <var>&delta;</var>
    1.57 +  <acronym title="Yes" class="No">PO Box 27 Irving, texas 98553</acronym>
    1.58 + </p>
    1.59 + <p>
    1.60 +  <em>EMP0004</em>
    1.61 +  <strong>Jeny Oconnor</strong>
    1.62 +  <code>Personnel Director</code>
    1.63 +  <sup>95,000</sup>
    1.64 +  <var>Female</var>
    1.65 +  <acronym title="Yes" class="Y&alpha;">27 South Road. Dallas, Texas 98556</acronym>
    1.66 + </p>
    1.67 + <p>
    1.68 +  <em>EMP0005</em>
    1.69 +  <strong>Robert Myers</strong>
    1.70 +  <code>Computer Specialist</code>
    1.71 +  <sup>90,000</sup>
    1.72 +  <var>male</var>
    1.73 +  <acronym title="Yes">1821 Nordic. Road, Irving Texas 98558</acronym>
    1.74 + </p>
    1.75 +</body></svg>

mercurial