1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13

content / test / data / accessibility / mathml / mpadded.html [blame]

<!DOCTYPE html>
<!--
@AURALINUX-ALLOW:tag:*
-->
<math>
  <mpadded class="test"
           voffset="10px" lspace="5px" width="30px" height="20px" depth="10px">
    <mn>1</mn>
    <mn>2</mn>
    <mn>3</mn>
    <mn>4</mn>
  </mpadded>
</math>