2 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <p>CRASH: Omitting terminal question mark in
<?xml...?
> declaration (above) causes access violation.
</p>
5 <p>This tests the both the HTML parser (.html extension), which is where the crash was observed, and the XML
6 parser (in an iframe).
<br />
7 See https://bugs.webkit.org/show_bug.cgi?id=
17814</p>
9 if (window.testRunner) {
10 testRunner.dumpAsText();
11 testRunner.dumpChildFramesAsText();
15 <p>If you don't crash, you pass. A parsing error in the
"xml-parser" subframe is expected.
</p>
17 <iframe name=
"xml-parser" src=
"resources/xml-declaration-missing-ending-mark.xml"></iframe>