prev  ( testsuite > Presentation > CSS > mfrac > mfrac-11  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/CSS/mfrac/mfrac-11
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 B + C D + E F = 1A B + C D + E F1

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mfrac>
<mi>A</mi>
<mrow>
<mi>B</mi>
<mo>+</mo>
<mfrac>
<mi>C</mi>
<mrow>
<mi>D</mi>
<mo>+</mo>
<mfrac>
<mi>E</mi>
<mi>F</mi>
</mfrac>
</mrow>
</mfrac>
</mrow>
</mfrac>
<mo>=</mo>
<mfrac>
<mrow><mphantom><mn>1</mn></mphantom><mspace linebreak="newline"/><mi>A</mi></mrow>
<mrow>
<mi>B</mi>
<mo>+</mo>
<mfrac>
<mi>C</mi>
<mrow>
<mi>D</mi>
<mo>+</mo>
<mfrac>
<mi>E</mi>
<mrow><mi>F</mi><mspace linebreak="newline"/><mphantom><mn>1</mn></mphantom></mrow>
</mfrac>
</mrow>
</mfrac>
</mrow>
</mfrac>
</math>