blob: 90b40b792cb093591a26ebf3c4355e02532fcaa9 [file] [log] [blame]
Geremy Condrac9571892012-03-05 12:32:24 -08001<!DOCTYPE html>
2<html>
3<script>
4if (window.layoutTestController)
5 layoutTestController.dumpAsText();
6</script>
7<body>
8<p>This test shouldn't crash.</p>
9<p><math><mroot><mrow><mroot><mrow><mroot><mrow><mroot><mrow><mroot><mrow><mroot><mrow><mroot><mrow id="insertion-point"></mrow></mroot></mrow></mroot></mrow></mroot></mrow></mroot></mrow></mroot></mrow></mroot></mrow></mroot></math></p></body></html>
10<script>
11var elem = document.getElementById("insertion-point");
12var parent = elem.parentNode;
13var wbr = document.createElement("wbr");
14parent.insertBefore(wbr, elem);
15</script>