sub-vs-sup-mozilla-345563.xhtml (676B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd" > 2 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 5 <head> 6 <link rel="help" href="https://w3c.github.io/mathml-core/#subscripts-and-superscripts-msub-msup-msubsup"/> 7 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=345563"/> 8 <link rel="mismatch" href="sub-vs-sup-mozilla-345563-ref.xhtml"/> 9 <meta name="assert" content="Subscript should not render the same as superscript."/> 10 </head> 11 12 <body> 13 14 <p> 15 <math xmlns="http://www.w3.org/1998/Math/MathML"> 16 <msub> 17 <mi>x</mi> 18 <mn>2</mn> 19 </msub> 20 </math> 21 </p> 22 23 </body> 24 25 </html>