summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/538207-1.xhtml
blob: f893e283746add0b68869a0ce703d70b2f01c43e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:m="http://www.w3.org/1998/Math/MathML">
<head>
<script>

function boom()
{
  document.getElementById("iframe").appendChild(document.createElement("span"));
  document.getElementById("mrow").appendChild(document.createElement("span"));
}

</script>
</head>
<body onload="boom();"><m:mrow id="mrow"><iframe id="iframe"/></m:mrow></body>
</html>