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

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

mercurial