1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00
Files
UXP/layout/reftests/mathml/mathml-mmultiscript-base.html
T

17 lines
242 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>mmultiscript with only base and none as placeholder</title>
</head>
<body>
<math>
<mmultiscripts>
<mtext>base</mtext>
<none/>
<none/>
</mmultiscripts>
</math>
</body>
</html>