tenfourfox/layout/reftests/mathml/mathvariant-3-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>