Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / fast / parser / rewrite-form.html
blob56a8ccadafec0387bba1bff615f5d95a7ca71994
1 <html>
2 <body>
3 <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=13300">bug 13300</a>:
4 Reproducible crash opening anekdot.ru.</p>
5 <p>No crash == SUCCESS</p>
6 <script>
7 if (window.layoutTestController)
8 layoutTestController.dumpAsText();
9 </script>
11 <div id="anekdotforsearch">
12 <form id='a'>
13 </div>
14 <script>
15 document.getElementById('anekdotforsearch').innerHTML="<form id='b'></form>";
16 </script>
17 <form id='c'>
18 <input>
19 </form>
21 </body>
22 </html>