summaryrefslogtreecommitdiffstats
path: root/layout/mathml/crashtests/307839-1.xhtml
blob: 7275f08596a8883964267de50e8447116343a6ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title>Testcase</title>
	</head>
	<body onload="document.getElementById('B').appendChild(document.getElementById('A'));">
		<div style="position: relative;">
			<math xmlns="http://www.w3.org/1998/Math/MathML">
				<mover>
					<mrow id="A"/>
					<mn id="B"/>
				</mover>
			</math>
		</div>
	</body>
</html>