summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/relations/css-styling/mathcolor-002.html
blob: 147d41b46dc97395c75be714cf0b27aefc27a991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<meta charset="utf-8">
<title>mathcolor on mstyle</title>
<link rel="help" href="https://w3c.github.io/mathml-core/#legacy-mathml-style-attributes">
<link rel="help" href="https://w3c.github.io/mathml-core/#text-mtext">
<link rel="help" href="https://w3c.github.io/mathml-core/#style-change-mstyle">
<link rel="mismatch" href="mathcolor-002-notref.html"/>
<meta name="assert" content="mathcolor on a mstyle has a visual effect.">
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mstyle mathcolor="red">
    <mtext>□■□■□■□</mtext>
  </mstyle>
</math>