зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
430 B
XML
17 строки
430 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet type="text/xsl" href="http://www.w3.org/Math/XSL/mathml.xsl"?>
|
|
<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>
|