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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/tests/mochitest/dom-level1-core/files/hc_staff.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,48 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" 
     1.5 +    "http://www.w3.org/TR/html4/strict.dtd" >
     1.6 +<!-- This is comment number 1.-->
     1.7 +<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()">
     1.8 + <p>
     1.9 +  <em>EMP0001</em>
    1.10 +  <strong>Margaret Martin</strong>
    1.11 +  <code>Accountant</code>           
    1.12 +  <sup>56,000</sup>
    1.13 +  <var>Female</var>
    1.14 +  <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym>
    1.15 + </p>
    1.16 + <p>
    1.17 +  <em>EMP0002</em>
    1.18 +  <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &amp;ent2;
    1.19 +This is an adjacent CDATASection with a reference to a tab &amp;tab;</strong>
    1.20 +  <code>Secretary</code>
    1.21 +  <sup>35,000</sup>
    1.22 +  <var>Female</var>
    1.23 +  <acronym title="Yes" class="Yes">&beta; Dallas, &gamma;
    1.24 + 98554</acronym>
    1.25 + </p>
    1.26 + <p>
    1.27 +  <em>EMP0003</em>
    1.28 +  <strong>Roger
    1.29 + Jones</strong>
    1.30 +  <code>Department Manager</code>
    1.31 +  <sup>100,000</sup>
    1.32 +  <var>&delta;</var>
    1.33 +  <acronym title="Yes" class="No">PO Box 27 Irving, texas 98553</acronym>
    1.34 + </p>
    1.35 + <p>
    1.36 +  <em>EMP0004</em>
    1.37 +  <strong>Jeny Oconnor</strong>
    1.38 +  <code>Personnel Director</code>
    1.39 +  <sup>95,000</sup>
    1.40 +  <var>Female</var>
    1.41 +  <acronym title="Yes" class="Y&alpha;">27 South Road. Dallas, Texas 98556</acronym>
    1.42 + </p>
    1.43 + <p>
    1.44 +  <em>EMP0005</em>
    1.45 +  <strong>Robert Myers</strong>
    1.46 +  <code>Computer Specialist</code>
    1.47 +  <sup>90,000</sup>
    1.48 +  <var>male</var>
    1.49 +  <acronym title="Yes">1821 Nordic. Road, Irving Texas 98558</acronym>
    1.50 + </p>
    1.51 +</body></html>

mercurial