blob: f0a77a9bc85077a6318356a5738d7ec4bb44a859 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>style: color sqrt</title>
<meta charset="utf-8"/>
</head>
<body style="color: black;">
<!-- This verifies that the color property has an effect on the radical symbol -->
<math>
<msqrt style="color: red; background-color: yellow;">
<mn style="color: black">2</mn>
</msqrt>
</math>
</body>
</html>