OLD | NEW |
1 <html> | 1 <html> |
2 <body> | 2 <body> |
3 <p>CRASH: malformed entity of &: in xml causes access violation.</p> | 3 <p>CRASH: malformed entity of &: in xml causes access violation.</p> |
4 <script> | 4 <script> |
5 if (window.testRunner) { | 5 if (window.testRunner) { |
6 testRunner.dumpAsText(); | 6 testRunner.dumpAsText(); |
7 testRunner.dumpChildFramesAsText(); | 7 testRunner.dumpChildFramesAsText(); |
8 } | 8 } |
9 </script> | 9 </script> |
10 | 10 |
11 <p>If you don't crash, you pass. A parsing error in the "xml-parser" subframe is
expected.</p> | 11 <p>If you don't crash, you pass. A parsing error in the "xml-parser" subframe is
expected.</p> |
12 | 12 |
13 <iframe id="xml-parser" src="resources/xml-colon-entity.xml"></iframe> | 13 <iframe name="xml-parser" src="resources/xml-colon-entity.xml"></iframe> |
14 </body> | 14 </body> |
15 </html> | 15 </html> |
OLD | NEW |