| <!doctype html> |
| <html> |
| <head> |
| <title>fractions color</title> |
| <meta charset="utf-8"/> |
| </head> |
| <body> |
| |
| <!-- This verifies <mrow> elements can be used as the numerator/denominator. --> |
| <math> |
| <mfrac> |
| <mrow> |
| <mtext><span style="display: inline-block; width: 1em; height: 1em; background: red;"></span></mtext> |
| <mtext><span style="display: inline-block; width: 1em; height: 1em; background: red;"></span></mtext> |
| <mtext><span style="display: inline-block; width: 1em; height: 1em; background: red;"></span></mtext> |
| </mrow> |
| <mrow> |
| <mtext><span style="display: inline-block; width: 1em; height: 1em; background: green;"></span></mtext> |
| <mtext><span style="display: inline-block; width: 1em; height: 1em; background: green;"></span></mtext> |
| <mtext><span style="display: inline-block; width: 1em; height: 1em; background: green;"></span></mtext> |
| <mtext><span style="display: inline-block; width: 1em; height: 1em; background: green;"></span></mtext> |
| <mtext><span style="display: inline-block; width: 1em; height: 1em; background: green;"></span></mtext> |
| </mrow> |
| </mfrac> |
| </math> |
| |
| </body> |
| </html> |