haikuwebkit/LayoutTests/fast/parser/xml-colon-entity.html

16 lines
396 B
HTML

<html>
<body>
<p>CRASH: malformed entity of &: in xml causes access violation.</p>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
}
</script>
<p>If you don't crash, you pass. A parsing error in the "xml-parser" subframe is expected.</p>
<iframe id="xml-parser" name="xml-parser" src="resources/xml-colon-entity.xml"></iframe>
</body>
</html>