summaryrefslogtreecommitdiffstats
path: root/layout/mathml/crashtests/336074-1.xhtml
blob: b8d3d9225ac99e27cda75f6040a428133518a3b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">

<head>

<script>
<![CDATA[

function init()
{
  var k = document.getElementById("k");
  k.parentNode.removeChild(k);
  document.documentElement.removeAttribute("class");
}

]]>
</script>

</head>

<body onload="setTimeout(init, 30);">

<mo xmlns='http://www.w3.org/1998/Math/MathML'><mi id="k">z</mi></mo>

</body>
</html>