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

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

mercurial