OSDN Git Service

Initial commit
[wordring-tm/wordring-tm.git] / third_party / tidy-html5-master / test / input / in_480701.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!-- [ #480701 ] -xml conflicts with -output-xhtml -->
3 <test>
4 <image rdf:resource="http://www.atmedia.net/"/>
5 </test>
6
7 <!--
8 Expected output:
9 <image rdf:resource="http://www.atmedia.net/"/>
10 or
11 <image rdf:resource="http://www.atmedia.net/"></image>
12
13 Actual output:
14 <image rdf:resource="http://www.atmedia.net/"/></image>
15 -->