17 lines
567 B
HTML
17 lines
567 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>mmultiscript with no scripts</title>
|
|
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=208309">
|
|
<link rel="help" href="https://w3c.github.io/mathml-core/#base-with-prescripts-and-postscripts">
|
|
<link rel="match" href="mmultiscript-001-ref.html">
|
|
<meta name="assert" content="mmultiscript with no scripts renders the same as if it had two none post-scripts">
|
|
</head>
|
|
<body>
|
|
<math>
|
|
<mmultiscripts>
|
|
<mtext>base</mtext>
|
|
</mmultiscripts>
|
|
</math>
|
|
</body>
|
|
</html>
|