blob: 86907a31305151db3a050a67499a328f599baa3c [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: green; background-color: yellow;">
<mn style="color: black;">2</mn>
</msqrt>
</math>
</body>
</html>