summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mathml-mmultiscript-base.html
blob: f2832df47958bb7fd9e91c3d4a70a3d89f341d84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>