haikuwebkit/LayoutTests/mathml/presentation/multiscripts-equivalence-ex...

35 lines
499 B
HTML

<!doctype html>
<html>
<head>
<title>mmultiscripts vs msub/msup/msubsup</title>
<meta charset="utf-8"/>
</head>
<body>
<p>
<math>
<msub>
<mn>0</mn>
<mn>1</mn>
</msub>
</math>
<math>
<msup>
<mn>0</mn>
<mn>1</mn>
</msup>
</math>
<math>
<msubsup>
<mn>0</mn>
<mn>1</mn>
<mn>2</mn>
</msubsup>
</math>
</p>
</body>
</html>