| <html> | |
| <body> | |
| <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=13300">bug 13300</a>: | |
| Reproducible crash opening anekdot.ru.</p> | |
| <p>No crash == SUCCESS</p> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| <div id="anekdotforsearch"> | |
| <form id='a'> | |
| </div> | |
| <script> | |
| document.getElementById('anekdotforsearch').innerHTML="<form id='b'></form>"; | |
| </script> | |
| <form id='c'> | |
| <input> | |
| </form> | |
| </body> | |
| </html> |