mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
17 lines
414 B
HTML
17 lines
414 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>
|
|
</body>
|
|
</html>
|