Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / xml-colon-entity.html
blob53b67bdb9a46716f0a5be8d0764c2ab537ca012f
1 <html>
2 <body>
3 <p>CRASH: malformed entity of &: in xml causes access violation.</p>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.dumpChildFramesAsText();
9 </script>
11 <p>If you don't crash, you pass. A parsing error in the "xml-parser" subframe is expected.</p>
13 <iframe name="xml-parser" src="resources/xml-colon-entity.xml"></iframe>
14 </body>
15 </html>