| <!doctype html> |
| <html> |
| <head> |
| <title>subscriptshift/superscriptshift underover</title> |
| <meta charset="utf-8"/> |
| </head> |
| <body> |
| |
| <!-- This test passes if the subscriptshift and superscriptshift attributes are ignored --> |
| <math> |
| <munder subscriptshift="100px"> |
| <mo>∑</mo> |
| <mspace width="10px" height="10px" mathbackground="red"/> |
| </munder> |
| <mover superscriptshift="100px"> |
| <mo>∑</mo> |
| <mspace width="10px" height="10px" mathbackground="red"/> |
| </mover> |
| <munderover subscriptshift="100px" superscriptshift="100px"> |
| <mo>∑</mo> |
| <mspace width="10px" height="10px" mathbackground="red"/> |
| <mspace width="10px" height="10px" mathbackground="red"/> |
| </munderover> |
| </math> |
| |
| </body> |
| </html> |