blob: d817fcaf2defc9788d3e794f3df60d3b708e4dfa [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>No scripts</title>
<meta charset="utf-8"/>
</head>
<body>
<!-- These are valid <mmultiscripts> elements without scripts. They should render the same as an <mrow> element containing the base. -->
<p>
<math>
<mmultiscripts>
<mn>1</mn>
<mprescripts/>
</mmultiscripts>
<mmultiscripts>
<mn>2</mn>
</mmultiscripts>
</math>
</p>
</body>
</html>