1
0
Fork 0
firefox/testing/web-platform/tests/mathml/presentation-markup/scripts/none-002-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

73 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>none used at other places than mmultiscripts' script (reference)</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
math { font: 25px/1 Ahem; }
</style>
</head>
<body>
<p>
<math>
<msub>
<mrow></mrow>
<mn>2</mn>
</msub>
</math>
<math>
<msub>
<mn>1</mn>
<mrow></mrow>
</msub>
</math>
</p>
<p>
<math>
<msup>
<mrow></mrow>
<mn>2</mn>
</msup>
</math>
<math>
<msup>
<mn>1</mn>
<mrow></mrow>
</msup>
</math>
</p>
<p>
<math>
<msubsup>
<mrow></mrow>
<mn>2</mn>
<mn>3</mn>
</msubsup>
</math>
<math>
<msubsup>
<mn>1</mn>
<mrow></mrow>
<mn>3</mn>
</msubsup>
</math>
<math>
<msubsup>
<mn>1</mn>
<mn>2</mn>
<mrow></mrow>
</msubsup>
</math>
</p>
<p>
<math>
<mmultiscripts>
<mrow></mrow>
<mn>2</mn>
<mn>3</mn>
</mmultiscripts>
</math>
</p>
</body>
</html>