summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/tokens/dynamic-mi-mozilla-409125.xhtml
blob: 35b9951dcbc7d97e2f62dd4a917581b522a208ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Mozilla bug 409125</title>
  <head>
    <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=409125"/>
    <link rel="match" href="dynamic-mi-mozilla-409125-ref.xhtml"/>
  </head>
</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>