blob: 87edb3b99105b796d3a4cb782a566e4f249a73f9 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>fractions color</title>
<meta charset="utf-8"/>
</head>
<body>
<!-- This test verifies that the CSS color property applies to the fraction
bar. Here, it should be painted in blue. -->
<math style="color: black;">
<mfrac style="color: blue;">
<mi style="color: black;">A</mi>
<mi style="color: black;">B</mi>
</mfrac>
</math>
</body>
</html>