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

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

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

mercurial