Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/mathvariant/mathvariant-2.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>Test mathvariant exception mappings</title>
<link rel="match" href="mathvariant-2-ref.html"/>
</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>