dom/tests/mochitest/dom-level1-core/files/hc_staff.xml

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 html
     3    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     4    "xhtml1-strict.dtd" [
     5    <!ENTITY alpha "&#945;">
     6    <!ENTITY beta "&#946;">
     7    <!ENTITY gamma "&#947;">
     8    <!ENTITY delta "&#948;">
     9    <!ENTITY epsilon "&#949;">
    10    <!ENTITY alpha "&#950;">
    11    <!NOTATION notation1 PUBLIC "notation1File">
    12    <!NOTATION notation2 SYSTEM "notation2File">
    13    <!ATTLIST acronym dir CDATA "ltr">
    14 ]>
    15 <!-- This is comment number 1.-->
    16 <html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>hc_staff</title><script type="text/javascript" src="svgunit.js"/><script charset="UTF-8" type="text/javascript" src="svgtest.js"/><script type='text/javascript'>function loadComplete() { startTest(); }</script></head><body onload="parent.loadComplete()">
    17  <p>
    18   <em>EMP0001</em>
    19   <strong>Margaret Martin</strong>
    20   <code>Accountant</code>           
    21   <sup>56,000</sup>
    22   <var>Female</var>
    23   <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym>
    24  </p>
    25  <p>
    26   <em>EMP0002</em>
    27   <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &amp;ent2;
    28 This is an adjacent CDATASection with a reference to a tab &amp;tab;</strong>
    29   <code>Secretary</code>
    30   <sup>35,000</sup>
    31   <var>Female</var>
    32   <acronym title="Yes" class="Yes">&beta; Dallas, &gamma;
    33  98554</acronym>
    34  </p>
    35  <p>
    36   <em>EMP0003</em>
    37   <strong>Roger
    38  Jones</strong>
    39   <code>Department Manager</code>
    40   <sup>100,000</sup>
    41   <var>&delta;</var>
    42   <acronym title="Yes" class="No">PO Box 27 Irving, texas 98553</acronym>
    43  </p>
    44  <p>
    45   <em>EMP0004</em>
    46   <strong>Jeny Oconnor</strong>
    47   <code>Personnel Director</code>
    48   <sup>95,000</sup>
    49   <var>Female</var>
    50   <acronym title="Yes" class="Y&alpha;">27 South Road. Dallas, Texas 98556</acronym>
    51  </p>
    52  <p>
    53   <em>EMP0005</em>
    54   <strong>Robert Myers</strong>
    55   <code>Computer Specialist</code>
    56   <sup>90,000</sup>
    57   <var>male</var>
    58   <acronym title="Yes">1821 Nordic. Road, Irving Texas 98558</acronym>
    59  </p>
    60 </body></html>

mercurial