Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / xml-declaration-missing-ending-mark.html
blob46d4a8dc3f521372fbec73d54e67241d1b65127a
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>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>
8 <script>
9 if (window.testRunner) {
10 testRunner.dumpAsText();
11 testRunner.dumpChildFramesAsText();
13 </script>
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>
18 </body>
19 </html>