mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-25 21:29:53 +00:00
26 lines
586 B
HTML
26 lines
586 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Test mathvariant exception mappings</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<math>
|
||
|
<mrow>
|
||
|
<mtext mathvariant="italic">ıȷ</mtext>
|
||
|
<mtext mathvariant="bold">ıȷ</mtext>
|
||
|
<mtext mathvariant="bold">Ϝϝ</mtext>
|
||
|
<mtext mathvariant="italic">Ϝϝ</mtext>
|
||
|
</mrow>
|
||
|
</math>
|
||
|
<p>
|
||
|
<math>
|
||
|
<mrow>
|
||
|
<mi>ı</mi>
|
||
|
<mi>ȷ</mi>
|
||
|
<mi>ıı</mi>
|
||
|
<mi>ȷȷ</mi>
|
||
|
</mrow>
|
||
|
</math>
|
||
|
</body>
|
||
|
</html>
|