summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level3/core/files/canonicalform03.svg
blob: e6ea9a46a78f3392141e47ea6855445d829a0dd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE svg SYSTEM "xhtml1-strict.dtd"[
<!ATTLIST acronym title CDATA "default">
<!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'>
   <br   />
   <br   ></br>
   <div   name = "elem3"   id="elem3"   />
   <div   name="elem4"   id="elem4"   ></div>
   <div a:attr="out" b:attr="sorted" name="all" class="I'm"
      xmlns:b="http://www.ietf.org"
      xmlns:a="http://www.w3.org"
      xmlns="http://example.org"/>
   <div xmlns="" xmlns:a="http://www.w3.org">
      <div xmlns="http://www.ietf.org">
         <div xmlns="" xmlns:a="http://www.w3.org">
            <acronym xmlns="" xmlns:a="http://www.ietf.org"/>
         </div>
      </div>
   </div>
</body></svg>