summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level3/core/files/canonicalform04.svg
blob: 0b5a1d118c114bdcd58afdb21ac83cb32ee4c662 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE svg [
<!ATTLIST div id ID #IMPLIED>
<!ATTLIST div class NMTOKENS #IMPLIED>
<!ENTITY svgunit SYSTEM "svgunit.js">
<!ENTITY svgtest SYSTEM "svgtest.js">
]>
<svg xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="100" height="100" fill="blue"/><script type="text/ecmascript">&svgtest;&svgunit;</script><body xmlns='http://www.w3.org/1999/xhtml'>
   <em>First line&#x0d;&#10;Second line</em>
   <acronym>&#x32;</acronym>
   <code><![CDATA[value>"0" && value<"10" ?"valid":"error"]]></code>
   <code title='value>"0" &amp;&amp; value&lt;"10" ?"valid":"error"'>valid</code>
   <div title=' &apos;   &#x20;&#13;&#xa;&#9;   &apos; '/>
   <div class='   A   &#x20;&#13;&#xa;&#9;   B   '/>
   <div id=' &apos;   &#x20;&#13;&#xa;&#9;   &apos; '/>
</body></svg>