| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <body> | |
| <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=13495">bug 13495</a>: | |
| REPRODUCIBLE CRASH: Referencing an undefined entity in an XHTML document.</p> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| <iframe src="resources/badentity.xhtml" width="0" height="0" frameborder="0"/> | |
| <p>If you don't crash, you pass.</p> | |
| </body> | |
| </html> |