summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/resources/invalid-xml-utf8.xml
blob: b47850ee4bdd248dad1eb865a88deaffcc0212d1 (plain)
1
2
3
4
5
<?xml version="1.0" encoding="UTF-8" ?>
<root>
 <fail> This is an invalid byte in UTF-8: ¿ </fail>
 <test/> <!-- shouldn't ever be parsed, as the parser should abort at the first sign of non-well-formedness -->
</root>