blob: 28445602576d5c36e35cc4ee619ca31a98d56832 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>style</title>
<meta charset="utf-8"/>
</head>
<body>
<!-- This verifies that the style attribute works on MathML nodes.
This should render with a red shadow. -->
<math>
<mfrac style="text-shadow: red .2em .2em .1em;">
<mn>1</mn>
<mn>2</mn>
</mfrac>
</math>
</body>
</html>