summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/resources/xml-declaration-missing-ending-mark.xml
blob: 213f3acd214f5928224c3e5c2d44c6086de456e8 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<p>CRASH: Omitting terminal question mark in &lt;?xml...?&gt; declaration (above) causes access violation.</p>
<p>Although the crash was originally observed in an XML file with the .html extension, this tests the XML
parser instead.<br />
<p>If you don't crash, you pass.</p>
</body>
</html>