prev  ( testsuite > Presentation > CSS > msubsup > msubsup-04  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/CSS/msubsup/msubsup-04
CVS-ID:
Author:George Chavchanidze, Opera Software ASA
Description:Formatting of right hand side of equation should be identical to formatting of left hand side

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


Sample Rendering:

Created by:

Your browser's rendering:

A C 4 3 B 2 1 = A C 4l 3 B 2 1s

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<msubsup>
<mi>A</mi>
<mrow>
<msubsup>
<mi>C</mi>
<mn>4</mn>
<mn>3</mn>
</msubsup>
</mrow>
<mrow>
<msubsup>
<mi>B</mi>
<mn>2</mn>
<mn>1</mn>
</msubsup>
</mrow>
</msubsup>
<mo>=</mo>
<msubsup>
<mi>A</mi>
<mrow>
<msubsup>
<mi>C</mi>
<mrow><msub><mn>4</mn><mphantom><mtext>l</mtext></mphantom></msub></mrow>
<mn>3</mn>
</msubsup>
</mrow>
<mrow>
<msubsup>
<mi>B</mi>
<mn>2</mn>
<mrow><msup><mn>1</mn><mphantom><mtext>s</mtext></mphantom></msup></mrow>
</msubsup>
</mrow>
</msubsup>
</math>