2 <p>This test must not crash.
</p>
5 testRunner
.dumpAsText();
8 document
.write('<form>'); //Here we need the form tag to trigger the bug
9 document
.getElementsByTagName("s")[0].innerHTML
= 'foo';
14 document
.getElementsByTagName("kbd")[0].innerHTML
= 'foo';
15 document
.getElementsByTagName("kbd")[0].insertBefore(document
.createElement('foo'),document
.createElement('foo'));
17 // We are not interested in exceptions.
22 <!-- The following weird mark-up is needed to reproduce the crash -->
23 <script>f1();</script>
25 <script>f1();</script>
28 <script>f2();</script>