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

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 svg
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 <!ATTLIST head xmlns CDATA #IMPLIED>
michael@0 15 <!ATTLIST body xmlns CDATA #IMPLIED>
michael@0 16 <!ELEMENT svg (rect, script, head, body)>
michael@0 17 <!ATTLIST svg xmlns CDATA #IMPLIED>
michael@0 18 <!ELEMENT rect EMPTY>
michael@0 19 <!ATTLIST rect
michael@0 20 x CDATA #IMPLIED
michael@0 21 y CDATA #IMPLIED
michael@0 22 width CDATA #IMPLIED
michael@0 23 height CDATA #IMPLIED>
michael@0 24 <!ENTITY svgunit SYSTEM "svgunit.js">
michael@0 25 <!ENTITY svgtest SYSTEM "svgtest.js">
michael@0 26 ]>
michael@0 27 <!-- This is comment number 1.-->
michael@0 28 <svg xmlns='http://www.w3.org/2000/svg'><rect x="0" y="0" width="100" height="100"/><script type="text/ecmascript">&svgtest;&svgunit;</script><head xmlns='http://www.w3.org/1999/xhtml'><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>hc_staff</title></head><body xmlns='http://www.w3.org/1999/xhtml'>
michael@0 29 <p>
michael@0 30 <em>EMP0001</em>
michael@0 31 <strong>Margaret Martin</strong>
michael@0 32 <code>Accountant</code>
michael@0 33 <sup>56,000</sup>
michael@0 34 <var>Female</var>
michael@0 35 <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym>
michael@0 36 </p>
michael@0 37 <p>
michael@0 38 <em>EMP0002</em>
michael@0 39 <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &amp;ent2;
michael@0 40 This is an adjacent CDATASection with a reference to a tab &amp;tab;</strong>
michael@0 41 <code>Secretary</code>
michael@0 42 <sup>35,000</sup>
michael@0 43 <var>Female</var>
michael@0 44 <acronym title="Yes" class="Yes">&beta; Dallas, &gamma;
michael@0 45 98554</acronym>
michael@0 46 </p>
michael@0 47 <p>
michael@0 48 <em>EMP0003</em>
michael@0 49 <strong>Roger
michael@0 50 Jones</strong>
michael@0 51 <code>Department Manager</code>
michael@0 52 <sup>100,000</sup>
michael@0 53 <var>&delta;</var>
michael@0 54 <acronym title="Yes" class="No">PO Box 27 Irving, texas 98553</acronym>
michael@0 55 </p>
michael@0 56 <p>
michael@0 57 <em>EMP0004</em>
michael@0 58 <strong>Jeny Oconnor</strong>
michael@0 59 <code>Personnel Director</code>
michael@0 60 <sup>95,000</sup>
michael@0 61 <var>Female</var>
michael@0 62 <acronym title="Yes" class="Y&alpha;">27 South Road. Dallas, Texas 98556</acronym>
michael@0 63 </p>
michael@0 64 <p>
michael@0 65 <em>EMP0005</em>
michael@0 66 <strong>Robert Myers</strong>
michael@0 67 <code>Computer Specialist</code>
michael@0 68 <sup>90,000</sup>
michael@0 69 <var>male</var>
michael@0 70 <acronym title="Yes">1821 Nordic. Road, Irving Texas 98558</acronym>
michael@0 71 </p>
michael@0 72 </body></svg>

mercurial