failed

dir_mstyle

This tests dir='rtl' on the mstyle tag

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mtable columnlines="solid" rowlines="solid" frame="solid" columnalign="center">
    <mtr>
      <mtd>
        <mtext>Test</mtext>
      </mtd>
      <mtd>
        <mtext style="width:40%">Without dir</mtext>
      </mtd>
      <mtd>
        <mtext style="width:40%">With dir=rtl</mtext>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>mstyle (mathcolor=blue)</mtext>
      </mtd>
      <mtd>
        <mstyle mathcolor="blue">
          <mi>a</mi>
          <mi>b</mi>
          <mi>c</mi>
        </mstyle>
      </mtd>
      <mtd>
        <mstyle dir="rtl" mathcolor="blue">
          <mi>a</mi>
          <mi>b</mi>
          <mi>c</mi>
        </mstyle>
      </mtd>
    </mtr>
  </mtable>
</math>

Author: Frédéric WANG