1
<html xmlns=
"http://www.w3.org/1999/xhtml" class=
"reftest-wait">
5 <title>Testcase for MathML crash
</title>
10 var div
= document
.getElementById("div");
11 var mi
= document
.getElementById("mi");
15 document
.documentElement
.removeAttribute("class");
23 <body onload=
"setTimeout(boom, 30);">
25 <div style=
"float: right;" id=
"div">Floated div
</div>
27 <math xmlns=
"http://www.w3.org/1998/Math/MathML" display=
"block"><mi id=
"mi">mi
</mi></math>