mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|