tenfourfox/layout/reftests/mathml/mathml-mmultiscript-mprescript.html

19 lines
266 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<title>mmultiscript with mprescripts with none as placeholders</title>
</head>
<body>
<math>
<mmultiscripts>
<mtext>base</mtext>
<none/>
<none/>
<mprescripts/>
</mmultiscripts>
</math>
</body>
</html>