| <html class="reftest-wait"> |
| <title>mpadded style change</title> |
| math.normal { font-size: 1px; } |
| math.large { font-size: 2px; } |
| <script type="text/javascript"> |
| document.getElementById("math").setAttribute("class", "large") |
| document.documentElement.removeAttribute("class"); |
| window.addEventListener("load", doTest, false); |
| <math id="math" class="normal"> |
| <mspace width="10em" height="5em" depth="5em" mathbackground="green"/> |
| <mpadded mathbackground="blue" |
| width="40em" depth="30em" height="20em" |
| lspace="5em" voffset="-15em"> |
| <mspace width="10em" height="5em" depth="5em" mathbackground="red"/> |
| <mspace width="10em" height="5em" depth="5em" mathbackground="green"/> |