<!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> |