summaryrefslogtreecommitdiffstats
path: root/layout/mathml/crashtests/151054-1.xml
blob: 619345c9bcca3bfb962b40d475b95d4888d55031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html" />
  <title>Math with position: absolute</title>
  <style>
   math { position: absolute; }
  </style>
</head>
<body>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
  <infinity/>
 </math>
</body>
</html>