summaryrefslogtreecommitdiffstats
path: root/layout/forms/crashtests/626014.xhtml
blob: 05a2361d3dbed5943347b546947aff141593c504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
<![CDATA[

function boom()
{
  document.getElementById("i").selectionEnd;
  document.getElementById("a").appendChild(document.getElementById("b"));
}

]]>
</script>
</head>
<body onload="boom();">

<mrow xmlns="http://www.w3.org/1998/Math/MathML" id="a"><mrow id="b"/><input xmlns="http://www.w3.org/1999/xhtml" id="i" /></mrow>

</body>
</html>