﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="data:text/css,math%3Emtext%7Bcolor%3Agreen%7D"?>
<!-- 
Child selectors does not seem to work properly
math>mtext{color:green}
does not seem to match math element below
-->
<math display="block">
<mtext>This text should be green</mtext>
</math>
