9 lines
175 B
HTML
9 lines
175 B
HTML
<!doctype html>
|
|
<title>MathML Reference</title>
|
|
<p>The 1's below should have the same size</p>
|
|
<math>
|
|
<mover accent="true">
|
|
<mn>1</mn>
|
|
<mn>1</mn>
|
|
</mover>
|
|
</math>
|