prev  ( testsuite > Topics > BiDi > ByElement > dir_mover  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Topics/BiDi/ByElement/dir_mover
CVS-ID:
Author:Frédéric WANG
Description:This tests dir='rtl' on the mover tag

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


Sample Rendering:

Created by: MathPlayer

Your browser's rendering:

Test Without dir With dir=rtl mover (mo with movablelimits=true and displaystyle=false) A b A b

Source Code:

<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>mover (mo with movablelimits=true and displaystyle=false)</mtext></mtd>
      <mtd>
          <mover>
            <mo movablelimits="true">A</mo>
            <mi>b</mi>
          </mover>
        </mtd>
      <mtd><mstyle dir="rtl">
          <mover>
            <mo movablelimits="true">A</mo>
            <mi>b</mi>
          </mover>
        </mstyle></mtd>
    </mtr>
</mtable> </math>