blob: f634d089f3cebe9bb671f7b807edc333242c6063 (
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>
|