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

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.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,60 @@
     1.4 +<?xml version="1.0"?><?TEST-STYLE PIDATA?>
     1.5 +<!DOCTYPE html
     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 +]>
    1.18 +<!-- This is comment number 1.-->
    1.19 +<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()">
    1.20 + <p>
    1.21 +  <em>EMP0001</em>
    1.22 +  <strong>Margaret Martin</strong>
    1.23 +  <code>Accountant</code>           
    1.24 +  <sup>56,000</sup>
    1.25 +  <var>Female</var>
    1.26 +  <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym>
    1.27 + </p>
    1.28 + <p>
    1.29 +  <em>EMP0002</em>
    1.30 +  <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &amp;ent2;
    1.31 +This is an adjacent CDATASection with a reference to a tab &amp;tab;</strong>
    1.32 +  <code>Secretary</code>
    1.33 +  <sup>35,000</sup>
    1.34 +  <var>Female</var>
    1.35 +  <acronym title="Yes" class="Yes">&beta; Dallas, &gamma;
    1.36 + 98554</acronym>
    1.37 + </p>
    1.38 + <p>
    1.39 +  <em>EMP0003</em>
    1.40 +  <strong>Roger
    1.41 + Jones</strong>
    1.42 +  <code>Department Manager</code>
    1.43 +  <sup>100,000</sup>
    1.44 +  <var>&delta;</var>
    1.45 +  <acronym title="Yes" class="No">PO Box 27 Irving, texas 98553</acronym>
    1.46 + </p>
    1.47 + <p>
    1.48 +  <em>EMP0004</em>
    1.49 +  <strong>Jeny Oconnor</strong>
    1.50 +  <code>Personnel Director</code>
    1.51 +  <sup>95,000</sup>
    1.52 +  <var>Female</var>
    1.53 +  <acronym title="Yes" class="Y&alpha;">27 South Road. Dallas, Texas 98556</acronym>
    1.54 + </p>
    1.55 + <p>
    1.56 +  <em>EMP0005</em>
    1.57 +  <strong>Robert Myers</strong>
    1.58 +  <code>Computer Specialist</code>
    1.59 +  <sup>90,000</sup>
    1.60 +  <var>male</var>
    1.61 +  <acronym title="Yes">1821 Nordic. Road, Irving Texas 98558</acronym>
    1.62 + </p>
    1.63 +</body></html>

mercurial