Index

testsuite:presentation:css:mfrac:mfrac-06

passed

mfrac-06

Formatting of right hand side of equation should be identical to formatting of left hand side

W3C sample WIRIS
a b c d = a b c d
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mfrac linethickness="thick">
    <mrow>
      <mfrac>
        <mrow>
          <mi>a</mi>
        </mrow>
        <mrow>
          <mi>b</mi>
        </mrow>
      </mfrac>
    </mrow>
    <mrow>
      <mfrac>
        <mrow>
          <mi>c</mi>
        </mrow>
        <mrow>
          <mi>d</mi>
        </mrow>
      </mfrac>
    </mrow>
  </mfrac>
  <mo>=</mo>
  <mfrac linethickness="thick">
    <mrow>
      <mfrac>
        <mi>a</mi>
        <mi>b</mi>
      </mfrac>
    </mrow>
    <mrow>
      <mfrac>
        <mi>c</mi>
        <mi>d</mi>
      </mfrac>
    </mrow>
  </mfrac>
</math>

Author: George Chavchanidze, Opera Software ASA

testsuite/presentation/css/mfrac/mfrac-06.txt · Last modified: 2016/09/15 11:29 (external edit)