Mypal/layout/reftests/mathml/mathvariant-2.html

26 lines
586 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test mathvariant exception mappings</title>
</head>
<body>
<math>
<mrow>
<mtext mathvariant="italic">&#x0131;&#x0237;</mtext>
<mtext mathvariant="bold">&#x0131;&#x0237;</mtext>
<mtext mathvariant="bold">&#x03DC;&#x03DD;</mtext>
<mtext mathvariant="italic">&#x03DC;&#x03DD;</mtext>
</mrow>
</math>
<p>
<math>
<mrow>
<mi>&imath;</mi>
<mi>&jmath;</mi>
<mi>&imath;&imath;</mi>
<mi>&jmath;&jmath;</mi>
</mrow>
</math>
</body>
</html>