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