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