prev  ( testsuite > Presentation > GeneralLayout > mpadded > mpaddedAdepth2  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mpadded/mpaddedAdepth2
CVS-ID:
Author:Robert Miner and Jeff Schaefer, Geometry Technologies
Description:Basic test of padding on the bottom with <mpadded> using the <i>height</i> attribute. This example runs through all the formats for specifying <mpadded> attribute values.

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


Sample Rendering:

Created by: webeq

Your browser's rendering:

y x y x y x y x y x y x

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mrow> 
    <munder> 
      <mi>y</mi> 
      <mi>x</mi> 
    </munder> 
    <munder> 
      <mpadded depth="1.0height"> 
        <mi>y</mi> 
      </mpadded> 
      <mi>x</mi> 
    </munder> 
    <munder> 
      <mpadded depth="3width"> 
        <mi>y</mi> 
      </mpadded> 
      <mi>x</mi> 
    </munder> 
    <munder> 
      <mpadded depth="200%height"> 
        <mi>y</mi> 
      </mpadded> 
      <mi>x</mi> 
    </munder> 
    <munder> 
      <mpadded depth="-1ex"> 
        <mi>y</mi> 
      </mpadded> 
      <mi>x</mi> 
    </munder> 
    <munder> 
      <mpadded depth="10pt"> 
        <mi>y</mi> 
      </mpadded> 
      <mi>x</mi> 
    </munder> 
  </mrow> 
</math>