blob: 27afd0121be8a74d117115a0ca8a49617b096bd5 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>mmultiscripts vs msub/msup/msubsup</title>
<meta charset="utf-8"/>
</head>
<body>
<!-- This test compares the rendering of some <mmultiscripts> elements with equivalent msub/msup/msubsup constructions. -->
<p>
<math>
<mmultiscripts>
<mn>0</mn>
<mn>1</mn>
<none/>
</mmultiscripts>
</math>
<math>
<mmultiscripts>
<mn>0</mn>
<none/>
<mn>1</mn>
</mmultiscripts>
</math>
<math>
<mmultiscripts>
<mn>0</mn>
<mn>1</mn>
<mn>2</mn>
</mmultiscripts>
</math>
</p>
</body>
</html>