summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level3/core/files/canonicalform02.xhtml
blob: 270d698b13dec80f920ae923e13622ccca8a1840 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>canonicalform02</title></head><body onload="parent.loadComplete()">
   <acronym>   </acronym>
   <em>   A   B   </em>
   <p>
      A
      <acronym>   </acronym>
      B
      <em>   A   B   </em>
      C
   </p>
</body></html>