mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
45 lines
712 B
HTML
45 lines
712 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Test math-variant interaction with fontstyle and fontweight</title>
|
|
</head>
|
|
<body>
|
|
<math>
|
|
<mrow>
|
|
<mtext>A</mtext>
|
|
<mtext>A</mtext>
|
|
</mrow>
|
|
</math>
|
|
<p>
|
|
<math>
|
|
<mn>A</mn>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mn fontweight="bold">A</mn>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mn fontweight="bold" fontstyle="italic">A</mn>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mn fontweight="bold" fontstyle="italic">A</mn>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mn fontweight="bold" fontstyle="italic">A</mn>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mn>A</mn>
|
|
</math>
|
|
</p>
|
|
</body>
|
|
</html>
|