blob: 53b67bdb9a46716f0a5be8d0764c2ab537ca012f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<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 name="xml-parser" src="resources/xml-colon-entity.xml"></iframe>
</body>
</html>
|