summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/dynamic-mi.xhtml
blob: beabdb2385c63c901591f10c029257271ca126d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Reftest for bug 409125</title>
</head>

<body onload="document.getElementById('mi').firstChild.data = 'mi';">

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mi id="mi"> </mi></math>

</body>
</html>