summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level3/core/files/typeinfo.svg
blob: 35c2d4442abca7d20b6266dc40296f7094306825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?><?TEST-STYLE PIDATA?>
<!DOCTYPE svg
   PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "xhtml1-strict.dtd" [
   <!ENTITY svgunit SYSTEM "svgunit.js">
   <!ENTITY svgtest SYSTEM "svgtest.js">
   <!ELEMENT svg (rect, script, body)>
   <!ATTLIST svg 
       xmlns CDATA #IMPLIED
       xmlns:xsi CDATA #IMPLIED
       xsi:schemaLocation CDATA #IMPLIED>
   <!ELEMENT rect EMPTY>
   <!ATTLIST rect
      x CDATA #REQUIRED
      y CDATA #REQUIRED
      width CDATA #REQUIRED
      height CDATA #REQUIRED>
   <!ATTLIST body xmlns CDATA #IMPLIED>   
]>
<svg xmlns="http://www.w3.org/2000/svg"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.w3.org/2000/svg typeinfo.svg.xsd">
<rect x="0" y="0" width="100" height="100"/><script type="text/ecmascript">&svgtest;&svgunit;</script><body xmlns="http://www.w3.org/1999/xhtml">
 		<p id="foo1"><strong>foo1 foo2</strong></p>
 		<p id="foo2"><code>1</code><code>unbounded</code></p>
 		<p><em>127</em><em>48</em></p>
 		<p><acronym>3.1415926 2.718</acronym></p>
 	</body>
</svg>